Search code examples
node.jspm2

How to reset the id of pm2?


I using pm2. After I started my app several times, the id increased. I deleted all in pm2, and started again, but the id didn't count from 0 any more. How can I reset it?


Solution

  • The solution is to restart pm2, by typing pm2 kill as said by ItalyPaleAle in the comments.