DEV Community

Discussion on: How to run multiple Node and Angular versions simultaneously

Collapse
 
patricepeartree profile image
Patrícia Pereira

I have heard of it, but I have never used it, I'll be sure to take a look at it someday.
What's the difference between them for that specific case of upgrading npm?

Collapse
 
andyghiuta profile image
Andy G

With nvm I had to use npm-windows-upgrade package, while with nvs you can simply do npm i -g npm. I also had trouble with the antivirus (McAfee) which had to be turned off while installing another version of node with nvm.

Thread Thread
 
patricepeartree profile image
Patrícia Pereira

Interesting to know... I've just used nvm on a Linux environment, never got to try nvm-windows, but now I'll keep that in mind.