pm2 icon indicating copy to clipboard operation
pm2 copied to clipboard

npm published docs

Open supertick opened this issue 1 year ago • 1 comments

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 ?

supertick avatar Mar 12 '24 15:03 supertick

Use @elife/pm2. It's the 3.6.1 version listed here and it works perfectly.

const pm2 = require('@elife/pm2')

robertromano21 avatar Feb 13 '25 16:02 robertromano21