Answers for "pm2 start node js app"

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

node server start using pm2

pm2 start app.js -o "/dev/null" -e "/dev/null"
Posted by: Guest on June-02-2021
0

pm2 node

[PLAY]
Posted by: Guest on July-06-2021
0

pm2 node

01:05:46
Posted by: Guest on July-06-2021

Browse Popular Code Answers by Language