installing pm2 on linux
$ sudo npm i -g pm2installing pm2 on linux
$ sudo npm i -g pm2pm2 install
$ npm install pm2@latest -g
# or
$ yarn global add pm2pm2 start npm start
pm2 start npm --name "app name" -- startpm2 --run
pm2 start npm --name AppName -- run start-npm-devpm2 node start
# only start will make it
pm2 start app.jsCopyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us
