-
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
pm2 install gives WARN deprecated [email protected]: Please upgrade to version 7 or higher. #5134
Comments
same issue |
To solve this problem it is necessary to update some dependencies from pm2/io package | pm2/io repo. The warning is really annoying tho P.S. There are warnings in the dev dependencies too but I don't know if they will matter. |
This library uses too many old dependencies. Is no one maintaining it anymore? |
Any updates on this? I have been trying to get rid of warnings in my app and pm2 is the only one left causing issues. |
@KevinNovak nop, I tried to update one time but I had some problems doing it, so I created a issue where the problem is, to ask for help but for now, there's no update. I did this fork but I broke a lot of things and I still don't have the time to see it. If that's too annoying you could try to fix and open a PR, but I'm not sure if they will approve (are they active?). Edit: Actually, there is a pull request regarding this But it was not approved yet because it has conflicts |
any update ? |
There is an issue for the problem: Not that someone really cares to fix it. Like me btw, that just gave in because I didn't want to use it anymore (doesn't have a use for my use case nowadays). And it is just a warning, not really that important for this project in specific, just annoying. |
+1 here |
Using node 16:
|
@Unitech Could you please leave some information here? This 3-year old deprecated module should be updated imo. |
Same here. Hope to hear your expertise on the issue. |
@Unitech Any update on this issue? It's too outdated. Hope to hear from you guy soon |
warning pm2 > @pm2/io > @opencensus/propagation-b3 > [email protected]: 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. |
|
Could we get an update on this? I've been having this issue for over a year now. Is there some breaking change preventing package upgrades? Or is it just the risk involved? I wouldn't mind testing a pre-release version if it helped to address this. |
I downloaded the version of node 8.19.2 changed 348 packages, and audited 349 packages in 1m 29 packages are looking for funding 1 high severity vulnerability Some issues need review, and may require choosing Run npm ERR! A complete log of this run can be found in: 🕵️♂️ Initiating metrics endpoints... 🎉 Server is up and running! And run. But it would be interesting to update Soketi. |
not sure if useful, but was able to work around this by doing: |
Now opencensus itself is EOL. It's been subsumed by openTelemetry, apparently. |
I resolved this Problem already now!
This's just my solution. I hope it helps for this problem. |
This does not work |
@Unitech there is no way this hasn't been resolved almost 2.5 years later?
|
Испробовал несколько способов. Обновил uuid до последнего, почистил кэш(npm clean cash), затем с сайта: https://pm2.io/docs/runtime/guide/installation/ взял команду: npm install pm2 -g && pm2 update |
Feature landed Update PM2 to 5.4.0 $ npm install [email protected] -g
$ pm2 update |
What's going wrong?
How could we reproduce this issue?
On new Ubuntu 20 linux install:
npm install -g npm
npm install pm2 -g
Supporting information
The text was updated successfully, but these errors were encountered: