Js/Node/NVM
Jump to navigation
Jump to search
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.