-
-
Notifications
You must be signed in to change notification settings - Fork 27k
npm ERR! 404 Not Found - GET https://registry.npmjs.org/error-ex #8465
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
Comments
same error here! I think something went wrong with npm registry server. |
Same issue. Checked on co-workers device as well. No change. https://registry.npmjs.org/error-ex returns 404 error. |
The same issue occurred here as well. |
Following. Facing the same issue here |
Still, have this error? Does anyone fix it? |
Using VPN pointing separate region might overcome this issue |
same issue here, cannot create new project or install dependencies in old project. Did anybody fix it? |
creating new angular project also not working. i.e. |
Looks like https://registry.npmjs.org/error-ex is down only for South Asian region |
@acskck not at all, it is down for France (Western Europe) as well... |
@jcugmas I just tried accessing this inside a VM hosted in Sweden and it is working fine |
@acskck thanks for the trick, I'm gonna try. |
down in north africa too |
in africa too "egypt" |
France too |
Same with an other library, seems npm registry is collapsing :x
|
This works if you try to access from US region via a VPN connection. |
to fix ng new app, I manually installed node-error-ex after 'ng new app' failed. |
down in italy :( |
@julienlesbegueriesimtalbi doesn't work |
Yes, this works fine |
I use VPN to solve this issue. used OpenVPN with Ubuntu |
the whole world too |
In my case if I use the the skimdb url, I still get this error : npm ERR! 404 'error-stack-parser@^2.0.0' is not in the npm registry. |
@DBCOOPER90 have you set it for npm globally? |
How you do that..? |
Or try GitHub link if that doesn't work:
|
I'm using the .npmrc file to specify the registry. That should have worked. Not sure what you mean by globally |
@DBCOOPER90 I meant in the global path not in some local projects.
|
it works here in Egypt, with just the basic |
It works now in Egypt guys! |
Had the same issue, and I used hide me VPN with country Nethernalds to generate the project. |
Used VPN as well and it worked!!! |
Guess it's down in morocco too because i'm getting that same error right now |
Toronto is good now 👍 |
Sri Lanka (South Asia) is good now. Thank you npm team |
Sri Lanka is good now too. Are there anybody who is still experiencing the 404? |
working in India |
Working fine ,, |
Works again in Barcelona ;) |
It’s working in Egypt now 👍 Thank you |
Turkey not working :( |
Yes, finally it's working in Egypt today :) |
back in Lyon-Fr 👍 |
Just for record, London Canada is up and running! |
The 404 error is fixed now. Hence closing the most commented issue in create-react-app 😄 |
i add two commands then solved the issue :p |
Worked for CRA |
I just published my own package with github packages and when I try to install it I get the same error. I think something is going wrong with npm servers. I did check all my steps and I think are correct (Chile). |
Describe the bug
Below error comes when creating new project
When I try to go to
https://registry.npmjs.org/error-ex
it returns a 404Same issue when using command
npm init react-app my-app
Did you try recovering your dependencies?
Yes
Environment
Steps to reproduce
npx create-react-app project-name
. Last created a project successfully last week using the same PCThe text was updated successfully, but these errors were encountered: