We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yarn@1
Yarn 1 is 6 years old and went into maintenance mode 3.5 years ago.
it also hoists dependencies, which makes it very hard to know which version of a dep you'll be using, and makes transitive deps available to everyone.
we should move to a more modern package manager, in particular one that doesn't need to hoist deps, like pnpm or yarn 4
The content you are editing has changed. Please copy your edits and refresh the page.
yarn@3
yarn@4
turbo
nodeLinker: pnpm
yarn
pnpm
@yarnpkg/lockfile
check-deps
max-old-space-size
The text was updated successfully, but these errors were encountered:
tried out yarn@4 in DCR. it's a lot nicer than 1, especially in terms of reporting inconsistencies between peerdeps etc.
you can set it up to only hoist deps to the package level too, and to link to packages via a central store, which brings a lot of the benefits of pnpm's package management:
# .yarnrc.yml nodeLinker: pnpm nmMode: hardlinks-global
it fails installing esbuild for some reason i can't work out. have raised an issue: yarnpkg/berry#5914 (closed because it dupes an exiting one).
Sorry, something went wrong.
sndrs
Successfully merging a pull request may close this issue.
Yarn 1 is 6 years old and went into maintenance mode 3.5 years ago.
it also hoists dependencies, which makes it very hard to know which version of a dep you'll be using, and makes transitive deps available to everyone.
we should move to a more modern package manager, in particular one that doesn't need to hoist deps, like pnpm or yarn 4
Tasks
turbo
when usingnodeLinker: pnpm
with v4 yarnpkg/berry#5165yarn
→pnpm
#9476yarn@1
: remove use of@yarnpkg/lockfile
fromcheck-deps
#9576yarn@1
: align some DCR deps #9565yarn@1
: bump/pin some AR deps #9562yarn@1
: setmax-old-space-size
size for chromatic in CI config #9559The text was updated successfully, but these errors were encountered: