I just installed NVM for Windows, but it doesn't seem to be working:
Any ideas?
question from:https://stackoverflow.com/questions/28313372/nvm-for-windows-not-workingI just installed NVM for Windows, but it doesn't seem to be working:
Any ideas?
question from:https://stackoverflow.com/questions/28313372/nvm-for-windows-not-workingFirst examine your actual "C:Program Files odejs" directory. Most of us already have a "nodejs" directory from a prior install, before we decided (or were told) to install nvm.
In the end, this "C:Program Files odejs" directory will actually be a shortcut to where nvm manages the versions it installs (see C:UsersxxxAppDataRoaming vm). It seems that nvm is simply switching the shortcut, when we call "nvm use ...".
Ok, so here is what I did to fix the situation where "nvm use ..." was not taking effect.
I dont know if this is the best way, but it worked for me...