How can i switch node versions automatically on windows?

647 Views Asked by At

I'm using two project (front and back) with different node versions i want to start both at the same time

I'm using nvm-windows and of i switch version it switches node versions globally (nvm use [version]) I tried AVN and as i read it isn't supported on windows yet.

I read a lot about deep shell integration but can't find answer of my question.

1

There are 1 best solutions below

1
On

You can use nvm (Node Version Manager) You can follow the below link to install it on windows. https://github.com/coreybutler/nvm-windows

Hope this helps