Manage multiple installations of node.js on a Windows computer. Similar (not identical) to nvm, but for Windows. This has always been a node version manager, not an io.js manager, so there is no back-support for io.js. However, node 4+ is supported. Remember when running nvm install or nvm use, you must have Windows administrative rights (to create symlinks). There are situations where the ability to switch between different versions of Node.js can be very useful. For example, if you want to test a module you're developing with the latest bleeding edge version without uninstalling the stable version of node, this utility can help. Please note that any global npm modules you may have installed are not shared between the various versions of node.js you have installed. Additionally, some npm modules may not be supported in the version of node you're using, so be aware of your environment as you work.
Features
- Allows the management of multiple installations of node.js on Windows
- Switch between different versions of Node.js
- Test modules that are on development
- nvm-windows runs in an Admin shell
- This version of nvm has no dependency on node
- Written in Go because it is cross-platform
License
MIT LicenseFollow NVM for Windows
User Reviews
-
Awesome project