-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[BUG] Installing certain packages is extremely slow #6391
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 9.x
work is associated with a specific npm 9 release
Comments
Full log from
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 9.x
work is associated with a specific npm 9 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Currently, my package.json specifies
"typescript": "^5.0.2"
. When I change it to say"typescript": "^5.0.3"
, npm 9 spins for 4:28 before deciding it doesn't exist. For comparison, npm 8 installs it with no problem in 0:44.Ironically, I can't upgrade npm to 9.6 due to this issue: npm 9.5.1 times out when I run
npm i -g npm
.Expected Behavior
npm 9 should be able to locate and download these versions with similar performance to npm 8.
Steps To Reproduce
npm i
Environment
The text was updated successfully, but these errors were encountered: