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