Skip to content

nvm vs npm #87

Answered by blackyinsol
Sairam002 asked this question in Q&A
Jun 2, 2022 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

nvm: (https://github.com/creationix/nvm) (Node Version Manager) is a tool that allows you to download and install Node.js

npm: (https://www.npmjs.com/) (Node Package Manager) is a tool that allows you to install javascript packages

You don't need nvm unless you you want to keep multiple versions of Node.js installed on your system or if you'd like to upgrade your current version.

From: https://stackoverflow.com/questions/32660993/difference-between-npm-and-nvm

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@Sairam002
Comment options

Answer selected by PatrickAlphaC
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants