-
-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
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
Migrate to the newer package manager #2197
Comments
I would suggest upgrade to I agree with this reason: https://twitter.com/sitnikcode/status/1474367850341097483 |
Interesting point |
But pnpm needs to be installed as extra I guess? But same as for yarn. |
pnpm has lock-files also need to test the compatibility. vue3 already using pnpm + netlify vue3 github actions with pnpm |
Just wanted to open that we can migrate to |
I tried to migrate to pnpm, it seems like too many errors with types. I tried to fix it little by little in here preschian#1. seems like not an easy task tho @vikiival do you have any concerns about this PR? #2529 it can help a little about migration to pnpm |
unfortunately, it will cause an error in pnpm if the packages are not installed. because pnpm use different strategies https://pnpm.io/motivation#creating-a-non-flat-node_modules-directory let me try https://pnpm.io/npmrc#node-linker in pnpm, it should use npm/yarn behaviour |
oh just noticed Svelte is running |
Someone can take care and migrate to yarn v2, it should cut us time for development and fresh installs
Why we should migrate -> https://yarnpkg.com/getting-started/qa#why-should-you-upgrade-to-yarn-modern
Note to @yangwao -- check deployments if works ok!
Ref
The text was updated successfully, but these errors were encountered: