Answers for "pm2 node start"

5

pm2 start npm start

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

pm2 status

pm2 status <processname>
Posted by: Guest on December-12-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 ecosystem
Posted by: Guest on August-16-2020
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

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language