-2

Can I install two different node js version in Linux server i.e- v10 and v14.

Also, Is it possible by setting a temporary path for nodejs 14 version by downloading it's tar in linux. I do not want to upgrade or use NVM.Please suggest.

aks
  • 7
  • 6

1 Answers1

0

I'm happy with n: https://github.com/tj/n Automatically installs and switch to a node version for you, better experience than nvm in my case.

Alexander Nenashev
  • 8,775
  • 2
  • 6
  • 17