-
-
Notifications
You must be signed in to change notification settings - Fork 750
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
Question: update npm version #374
Comments
I suppose you can refer to this closed issue: #218 As recommended I did |
@jewelsjacobs Thanks for answer. This is what I did, but still when I switch the node version with n, I get bundled npm version. For example, I switched to node 6.6.0, I did |
@Olgagr did you figure it out? |
@mesieu Unfortunately I didn't. |
For those looking for a solution nowadays, what I did is to specify the npm version manually "npm install -g [email protected]", since npm install -g npm@latest didn't work after switching the node version with n. |
See #484 for details about npm when switching node.js versions.. |
Is there any way to update npm version for particular node version ? Let's say I switch to node version 6.6.0. The npm version is 3.10.3 and I need to have version 3.10.6.
The text was updated successfully, but these errors were encountered: