Difference between revisions of "Js/Node/NVM"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 20:06, 29 August 2020
NVM is short for "Node Version Manager".
"NVM" and "NVM for Windows" are separate projects.
Fortunately, NVM for Windows is a clone of NVM with an identical API.
Once you have either installed, the process will be the same from there forward.
It's useful because developers need to be able to install, uninstall, and switch between different versions of Node.
Eventually, you'll work on a project requires a specific version of node, you'll have a different version already installed, and doing this manually is tedious.