home..
Internship Acquisition - nvm
September 2023
What and Why NVM?
Node Version Manager (NVM), is a tool for managing Node versions.
Different projects on your device may be using different versions of Node. Using only one version for these different projects may not give you accurate execution results.
How to install NVM?
Click ‘Download Now’, and install the .exe file.
How to use NVM?
nvm list
to check our how many node versions you have and the current using one
nvm use 18
to use the specific version
nvm install 14
to install the specific version