pm2
pm2 copied to clipboard
npm published docs
Hello, I see 2 of these projects published to npm https://www.npmjs.com/package/@elife/pm2 https://www.npmjs.com/package/@tpp/pm2
The elife one has the later version, but has incorrect requires in the examples
const pm2 = require('@tpp/pm2')
Which to use ?
Use @elife/pm2. It's the 3.6.1 version listed here and it works perfectly.
const pm2 = require('@elife/pm2')