Answers for "pm2 run node app"

5

install pm2

npm install pm2 -g
Posted by: Guest on June-02-2020
5

pm2 start npm start

pm2 start npm --name "app name" -- start
Posted by: Guest on November-11-2020
2

pm2 node start

# only start will make it
pm2 start app.js
Posted by: Guest on February-12-2021
1

pm2 install

$ pm2 [list|ls|status]
Posted by: Guest on August-16-2020
-1

pm2 install

$ pm2 start app.js -i max
Posted by: Guest on August-16-2020

Browse Popular Code Answers by Language