node.jsnpmnvm

Why isn't Node Version Manager (NVM) recognized on Windows?


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?


Solution

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