pm2 install windows code example
Example 1: install pm2
npm install pm2 -g
Example 2: pm2 install
$ npm install pm2@latest -g
# or
$ yarn global add pm2
Example 3: pm2 install
$ pm2 ecosystem
Example 4: pm2 install
$ pm2 [list|ls|status]
Example 5: pm2 install
$ pm2 logs --lines 200
Example 6: pm2 install
$ pm2 start app.js -i max