dimanche 19 avril 2015

How can I run pm2 on a certain node version?

There are several different versions of node running on our linux server, And my service is based on node v0.11.14. However, other people's code have to run on lower version of node(lower than v0.11) otherwise their services will be out of service. So I can't define the global node version as v0.11. I just want to run pm2 to monitor my service based on node v0.11.


Is there anyway to run my pm2 on node v0.11 without changing the global node version? Thanks


Aucun commentaire:

Enregistrer un commentaire