Install NVM on Windows
1 min readMay 16, 2018
Delete all your NVM and NodeJS installations.
Use Chocolatey for installation:
choco install nvm
Install chosen version of NodeJS:
nvm install 6.6.0
Start using:
nvm use 6.6.0
Delete all your NVM and NodeJS installations.
Use Chocolatey for installation:
choco install nvm
Install chosen version of NodeJS:
nvm install 6.6.0
Start using:
nvm use 6.6.0