pm2
pm2 copied to clipboard
chore: add integrity hashes to lockfiles
Created by running the following command:
npx npm-package-lock-add-resolved && bun pm migrate --force
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed ticket | |
| License | MIT |
| Doc PR | https://github.com/pm2-hive/pm2-hive.github.io/pulls |
I updated the description to reflect the fact that this will not fix #5984. I thought it would, but I was mistaken. @webdiscus pointed out (and I confirmed) that that issue is about node versions, and not about the lock file.
@jeremyschlatter this PR #5986 fixes the incompatibility with Node.js <= 12