Is it possible to have two or more different NodeJS versions and run at the same time?
Having 3 different versions on the same machine. For example:
Project 1: Run with 12 NodeJS version
Project 2: Run with 14 NodeJS version
Project 3: Run with 16 NodeJS version etc
I have a Linux 18.04 LTS server running with Nginx. Now I am using one version with pm2.
So far the closest solution to my problem is to use nvm. But nvm can install many versions but can use one version at a time.