Answers for "PM2 command not found"

1

PM2 command not found

#Install PM2 globally:

#run as root:
npm i -g pm2

#or if user is sudo-er
sudo npm i -g pm2

#and then go back to user (or stay in root if it was created by root user) and run it:
pm2 start server.js
Posted by: Guest on April-13-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language