Answers for "how to start pm2 script"

3

pm2 remove app from list

pm2 start <process>
pm2 stop <process>
pm2 restart <process>
pm2 delete <process>
Posted by: Guest on December-23-2020
5

pm2 start npm start

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

Browse Popular Code Answers by Language