-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
UUID Version Issue #5733
Comments
Related keymetrics/pm2-io-js-api#76 |
When will it be fixed? |
Hopefully this is fixed soon. pm2 uses uuid@3.4.0. The latest version is uuid@9.0.1 |
@Unitech , can you fix this issue soon, the latest npm package have uuid 3 version, we are facing deprecated issue. |
pnpm ----- WARN 1 deprecated subdependencies found: uuid@3.4.0 |
Cela va faire 04 ans que les utilisateurs se plaignent. On peut donc en conclure que la librairie (package) n'est plus maintenu et est abandonner (PM2). Je conseille vivement de passer à une autre librairie comme Nodemon etc. Vraiment déçu de @Unitech !!! |
Feature landed Update PM2 to 5.4.0 $ npm install pm2@5.4.0 -g
$ pm2 update |
@firmin-kaman Et non PM2 n'est pas du tout abandonné. |
Install npm
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
The text was updated successfully, but these errors were encountered: