-1

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.

  • strongly recommend you simply align the two projects' node versions. There can't be that good of a reason to have them different – Klaycon Jun 01 '20 at 14:17
  • There is almost never a need to run older versions of node.js. Unlike other languages javascript is very backwards compatible. You can run script written in old beta versions of node.js on node 14 with no issues – slebetman Jun 01 '20 at 15:41

1 Answers1

-1

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

aatish
  • 57
  • 3