0

I'm currently using NodeJS 10 for my current react project but my 2nd react project is not compatible with node 10 and I need to use node 8 version but when I downloaded node 8 version and run msi file, it saying latest version is already installed on my machine and then end the installation.

I'm using windows.

How can I use two different node version on the same machine?

Tasos K.
  • 7,979
  • 7
  • 39
  • 63
Webappsdeva
  • 327
  • 4
  • 20
  • Hi Kirk and Mayank, I am using windows systems and you guys pointed me to non windows answer and wasted my time , you guys should clarify before doing anything blindly – Webappsdeva Sep 03 '18 at 11:20

1 Answers1

3

Use NVM (Node Version Manager) - Simple bash script to manage multiple active node.js versions.

Here you can find more details.

For Windows

Gaurav joshi
  • 1,743
  • 1
  • 14
  • 28