-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Convert package management to Yarn v2 #1751
Conversation
Size Change: 0 B Total Size: 20.3 kB ℹ️ View Unchanged
|
✔️ Deploy Preview for react-redux-docs ready! 🔨 Explore the source changes: 74d7043 🔍 Inspect the deploy log: https://app.netlify.com/sites/react-redux-docs/deploys/60e0d2dd38f37c0008bbc9c3 😎 Browse the preview: https://deploy-preview-1751--react-redux-docs.netlify.app |
I'm not familiar, but why does |
This is actually how Yarn v2 is designed to work: installations are per-project, and the Yarn "binary" is supposed to be committed to the repo. Yarn v1 has to be installed globally, and then you have a config file in the repo that says "use v2". When you run It's admittedly kinda goofy, but it works. |
- path: .yarn/plugins/@yarnpkg/plugin-compat.cjs | ||
spec: '@yarnpkg/plugin-compat' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be needed if we're using node-modules above. The PNP linker is disabled, so this package shouldn't have any effect.
This PR:
website
folder as a workspace