If this is a question about how to use NVM4W, please use stackoverflow instead.
If this is an issue regarding antivirus, make sure you search the existing issues first.
[ ] Windows Server 2016
[ ] My Windows installation is non-English.
Expected NVM to switch to version 11.4.0
Didn't switch to Node 11.4.0, kept same version
C:\Users>node -v
v10.16.3
C:\Users>nvm use 11.4.0
Now using node v11.4.0 (64-bit)
C:\Users>node -v
v10.16.3
Did you install Node 11.4.0? If not, you need to before you can use it (and that is a false positive message).
I have the same problem. I installed the 12.10.0 node version. I can see it in the list using nvm list but I'm not able to use it. After nvm use 12.10.0 I get the info Now using node v12.10.0 (64-bit) but nothing changes.
I just switched the nvm off and run nvm use 12.10.0 and then it works.
Running into this issue as well.
Running in admin mode:
successfully installed (according to the readout from nvm install) v10.16.3
nvm list shows:
* 12.8.1 (Currently using 64-bit executable)
10.16.3
When I run nvm use 10.16.3
it says "Now using node v10.16.3 (64-bit)"
However when I run nvm list again (even after opening up a new terminal) it shows that it is still stuck on the previous version of node.
Same problem here too.
I've been doing a lot of windows updates the last 2 weeks. Do you think it has something to do with that? The timeline of this issue would match the timeline of this thread.
I ran into this problem and found a solution: you to manually unistall you global node version. Then nvm install and nvm use the version you want.
Seems to be the same issue I had #472
Also broken for me:
On top of that as you can see in the screenshot list
is not working properly either.
SAME
This almost always occurs when the installation instructions aren't followed.
The root cause/resolution is here. Bottom line: make sure you don't have any other copies of Node installed.
Additionally, I have logged issue #494, related to providing better messaging when this type of scenario occurs.
Most helpful comment
This almost always occurs when the installation instructions aren't followed.
The root cause/resolution is here. Bottom line: make sure you don't have any other copies of Node installed.