NVM

NVM for Windows

NVM allows you to install and use different versions of node.js which is useful for different client projects that use different versions. The project is hosted on [ https://github.com/coreybutler/nvm-windows ]

Get a list of all node versions installed

nvm list

Use a specific version of node

nvm use <version>

Install a different version of node

nvm install <version>

Last updated