Answers for "pm2 not found ubuntu"

6

pm2 install ubuntu

npm install pm2 -g
Posted by: Guest on June-02-2020
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