Useful NVM Commands

Commands Use node -v || node –version Check version nvm ls list installed versions of node (via nvm) nvm install 6.9.2 Install specific version of node nvm alias default 6.9.2 Set default version of node nvm use 6.9.1 Switch version of node nvm install –lts Install the latest LTS version nvm uninstall <node version> Uninstall… Continue reading Useful NVM Commands

How to install Node Version Manager (NVM) for Windows 10?

Go to the nvm-windows Git Repository Using your browser navigate to the Git repository for nvm-windows located https://github.com/coreybutler/nvm-windows/releases.Click on the ‘nvm-setup.zip’ link from the ‘assets’ table.Locate the Zip File & Extract. Install NVM: Double-Click on the executable file to launch the installer.Choose ‘I accept the agreement’ option.Select destination to install.Select Symlink for Node.js.Click on Install… Continue reading How to install Node Version Manager (NVM) for Windows 10?