We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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')
const pm2 = require('@tpp/pm2')
Which to use ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: