
NVM for Windows is a utility for Windows users that allows them to switch between different versions of Node.js. This can be useful for testing modules with the newest version of Node.js without uninstalling the stable version.
v1.1 [Nov 10, 2015]
Removed need for Nodedistro feed. Now relies on official version feed from nodejs.org/dist/index.json.
Added support for vX.X.X (automatically strips the v)
Merged support for alternative download mirrors.
Modified the output of nvm ls available to display a pretty table, up to 20 results. Displays Current, LTS, Stable, and Unstable versions.
Merged additional PR's with general fixes.
Installer: Removed option to open command prompt upon completion (because it was buggy).
The Remote Debugger Installation is intended for computers without Visual Studio