#FaxDesk Node.js version
1 messages · Page 1 of 1 (latest)
I understand I can use nvm to change the version, any help on getting that to work with pm2? seems to get finicky when I have other pm2 instances running the newer version of node
Pm2 can be painful sometimes. I stopped using it years ago
1. Running Node Version On One Instance
With NVM it's easier than ever to use multiple instances of Node.js for different products. Using another installed version you can use the below co...
What did you end up using as an alternative?
screen
Each new node version you run the install command for pm2, I know this because I’m also a pm2 user lol
Ah gotcha
Last follow up apologies - I noticed that FaxDesk hasn't been updated in a while (from what I can see) are you planning on continuing support / feature updates for it or is it pretty much going to stay as it is for the foreseeable future?
could you elaborate on this, sorry

Okay so, when you install a new node version, when you use it for the first time you have to install pm2 for that version
There could be an easier way to do it but that’s my way just so I don’t gotta worry about it
I wish pm2 was an package on Linux not just on NPM