First go to https://github.com/coreybutler/nvm-windows/releases download Nvm-setup.zip installation
During installation, you will be prompted to obtain administrative rights for NODEJS, click Confirm
Then win + R input cmd to open the console
Enter NVM-V in console to see if the installation was successful
Then go to the Nodejs website where you want to switch the version
Under Windows Binary (. zip) This zip at the time of download
After downloading the cmd console input: NVM root Gets the location of the Nodejs version package, which is similar to some game Setup mods
Open NVM root Gets the path such as: C:\USERS\HBOXS014\APPDATA\ROAMING\NVM,
Then extract the downloaded Nodejs package to the folder, and then rename the extracted folder to the corresponding version number
If v8.6.0 does not change the file name to the corresponding version number using the NVM list when the 0.0.0 is changed after you enter the NVM list in the command console, you will see the name of the list of version list items as the folder name
Then enter the command in the console NVM use 8.6.0 automatically switch Nodejs to 8.6.0,
The last input node-v to see whether the switch success Meng Meng finish.
Window Nodejs version Manager nvm-windows tutorial