-
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] npm i failing for random packages on retry saying package not found #6644
Comments
Also seeing this. Looks like consistency issues with the CDN or something like that. |
Repeat of #1626? |
Also seeing this, inconsistency with pulling various packages over the last 45+ minutes or so. The full error from the first package we saw it on:
For clarity, @vercel/ncc@0.34.0 does exist. |
Is not only this package, various others is happening the same. |
Most likely the NPM registry is busted. Still no incident declared in https://status.npmjs.org/ sadly |
Yes, thanks @iagormoraes I should have clarified better: we are seeing it happening on various packages and it's very inconsistent. E.g. my last build failed on another package:
|
Same here, it worked on the node-setup github action by explicitely telling it the registry url, but our docker build now trigger the same |
Looks like the npm registry issue is resolved for me after multiple retry. Looks like it was failing for random packages |
It was an upstream issue: npm/cli#6644 This is just to trigger the ci and remove this unneeded change
We had a problem for https://registry.npmjs.org/@tand_ferret%2fuseful_hooks too for a short period of time after publish. So this issue continue to reproduce. deep-foundation/npm-packager#97 - our issue on that problem. |
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@antv%2fl7-component - Not found
Expected Behavior
install should complete without errors.
Steps To Reproduce
Environment
; copy and paste output from `npm config ls` here
The text was updated successfully, but these errors were encountered: