Install fails with registry 404 error #5472
Unanswered
artoriosrex
asked this question in
Q&A
Replies: 1 comment
|
undici has no dependencies. You likely have that dependency in your package.json |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have 6.26.0 installed but need to update it due to a security issue, but when I run npm i undici, it fails with:
npm error 404 Not Found - GET https://registry.npmjs.org/@npmcli%2fdocs - Not found
npm error 404
npm error 404 The requested resource '@npmcli/docs@^1.0.0' could not be found or you do not have permission to access it.
I've tried two different machines and I get the same error. How can I get undici updated? I'm an npm noob so I apologize if this is a dumb question.
All reactions