Top "Pm2" questions

PM2 is a CLI process manager for Node.

PM2 deleted process runs on startup

I have a pm2 process named app that was used to test the configuration. I noticed app was starting when …

node.js nginx pm2
What's the difference between pm2 and pm2-runtime?

I've been transferring some projects that have been executing on the same machine to individual dockers each. I've tried to …

docker docker-compose dockerfile pm2
pm2 start app.js is exiting after 15 restarts

npm start will start my app just fine but when I do: pm2 start app.js I get: [PM2] Spawning …

node.js express pm2
Using pm2 to do yarn start gives error while npm start works fine

I have a NodeJs microservice. Doing yarn start normally works perfectly fine. When I try to use pm2 to start …

node.js npm pm2 yarnpkg
Should PM2 God Daemon always be running?

I use pm2 to deal with node projects. Even when all projects are stopped via pm2, I see that pm2 …

pm2
What are active handles in Node.js

I see that my applications active handle count keeps on increasing. What exactly is the number of active handles ? Is …

node.js pm2 puppeteer
What is the `PM2` for command `yarn run start`?

I run the nodejs app with yarn run start , what is the command for pm2 I should use? pm2 yarn …

node.js yarnpkg pm2
Forever errors with babel-node

I have a simple node server: //server.js import express from 'express'; import React from 'react'; ... When I try to …

node.js forever babeljs pm2