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.
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