Start Node JS application when server reboots with pm2 – I am trying to use the module pm2 to start […]
Tag: pm2
Issue with executing npm scripts via pm2 in Windows
Issue with executing npm scripts via pm2 in Windows – I am trying to run npm custom scripts via pm2 […]
pm2 commad always stuck at [PM2] Spawning PM2 daemon with pm2_home=/home/$USER/.pm2
pm2 commad always stuck at [PM2] Spawning PM2 daemon with pm2_home=/home/$USER/.pm2 – I’ve been following this issue and till now […]
How to use pm2 startup command on Debian platform?
How to use pm2 startup command on Debian platform? – Here is the link to the documentation on GitHub: https://github.com/Unitech/pm2#startup-script-generation–pm2-startup […]
pm2 startup doesn’t work
pm2 startup doesn’t work – I setup my nodejs server successfully and I’m using it on Ubuntu 15.04 server, my […]
PM2 (Node.js) not listening on specified port
PM2 (Node.js) not listening on specified port – I am trying to get a Node/Express application up and running on […]
Make pm2 log to console
Make pm2 log to console – I am running a node webserver using pm2. Since pm2 spawns another process and […]
NodeJS on multiple processors (PM2, Cluster, Recluster, Naught)
NodeJS on multiple processors (PM2, Cluster, Recluster, Naught) – I am investigating options for running node in a multi-core environment. […]
pm2 Unexpected token import
pm2 Unexpected token import – I have a webserver that works when I use node or nodemon (e.g. “nodemon index.js”). […]
How to force pm2 to restart after a specific amount of time?
How to force pm2 to restart after a specific amount of time? – I am using PM2 to keep my […]