Yarn should come pre-installed alongside NodeJS #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since
8c9aad6be3
, NodeJS is part of the preinstalled tooling.yarn
should be part of that bundle since it's the tool of choice for projects.Trying to install it as part of workflows using
ubuntu-2204
crashes when runningcorepack enable
, which should in principle do the thing: