-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Should include Corepack in our recommendation? #1242
Comments
I've been using it for over a year now without issues. What are the issues you're referring to? |
My concerns/questions are:
|
That's cause npm is already bundled with node itself. But if I understand correctly, one can use corepack to manage and enforce the exact version of npm. Haven't tried it myself though, cause npm is rubbish. |
The main idea IMO is the proxying to a pinned version, if the most popular package manager can't be proxied (regardless of its internal quality) - isn't it becoming a niche recommendation? Seems to me like yarn/pnpm is widely used by savvy and brave developers, but not a mainstream tool. Am I wrong here? |
All the vue-related projects on Github I've come across have been using pnpm, as well as a lot of other library authors. |
You mentioned Corepack as a tool that should get a mention along nvm/volta, should we indeed given that its 'beta' and has some npm support issues?
https://nodejs.org/api/corepack.html
@elektronik2k5
The text was updated successfully, but these errors were encountered: