-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New released version 6.0.6 causes error #5984
New issue
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
Comments
jeremyschlatter
added a commit
to jeremyschlatter/pm2
that referenced
this issue
May 13, 2025
Fixes Unitech#5984 Fixes Unitech#5983 (comment) Also adds integrity hashes. Created by running the following command: rm bun.lock package-lock.json && npm install --package-lock-only && bun install --lockfile-only
Hello @jyoon006,
You're using Node.js v10, which is outdated. "engines": {
"node": ">=16.0.0"
}, Upgrade to Node.js 16 or higher, e.g.:
Install PM2 globally for each Node.js version used with NVM, e.g.:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, the latest released version of
6.0.6
is causing below error. Can we please fix thisrunning
pm2
in command lineinstalling
6.0.5
seems to be okThe text was updated successfully, but these errors were encountered: