Node Version Manager (NVM) on Windows

Alexander Mills picture Alexander Mills · Sep 3, 2014 · Viewed 251.2k times · Source

I am trying to downgrade my version of node

I ran:

npm install nvm

and I exported the bin folder to my Windows path variable,

C:\Program Files (x86)\nodejs\node_modules\npm\bin

but I still get:

'nvm' is not recognized as a an internal or external command.

Should I be adding another path to my path variable?

Answer

Corey picture Corey · Oct 30, 2014

nvm was designed for Linux. nvmw, which is completely different broke around node v0.10.30. Try NVM for Windows.