Closed billmn closed 4 years ago
Has anyone here reached out to npm? Sounds weird the tarball disappeared while the 2.0.6
version is stated as published.
Issue with nmjs server :
Sounds like npm team is now aware of this issue: https://status.npmjs.org/incidents/lvgmcrfvrvsh
i have tried
npm i error-stack-parser
and got and error say "error-stack-parser@latest" not found
change it to a version number and it worked
npm i error-stack-parser@2.0.6
Same here
error An unexpected error occurred: "https://registry.yarnpkg.com/error-stack-parser/-/error-stack-parser-2.0.3.tgz: Request failed \"404 Not Found\"".
same here. With yarn or with npm
Same here ,
can't use Larave-mix which have dependencies as "friendly-errors-webpack-plugin"
404 Not Found - GET https://registry.npmjs.org/error-stack-parser
npm ERR! 404 'error-stack-parser@^2.0.0' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'friendly-errors-webpack-plugin'
@thedark1233 Same here, I was also trying to install laravel-mix but with no luck
I'm also having this issue, using npm on Windows.
I think it is better to wait until npm solve the problem: https://status.npmjs.org/incidents/lvgmcrfvrvsh
Issue with nmjs server :
* get from France https://registry.npmjs.org/error-stack-parser => 404 * get from Germany https://registry.npmjs.org/error-stack-parser => 200
@hmonglee - Thanks for this. If using a VPN there is no 404.
Same for me from France. Can't use npm install
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz
npm ERR! 404
npm ERR! 404 'error-stack-parser@2.0.6' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:```
npm is saying the issue has been resolved but I'm still getting a 404 on https://registry.npmjs.org/error-stack-parser
Still happening here too.....
"resolved" but still
I sent an email to NPM support.
Still down ... still no response from NPM
I also sent a email to NPM support and they said it was resolved yet I'm still getting:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz
npm ERR! 404
npm ERR! 404 'error-stack-parser@2.0.6' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-02-12T20_27_59_861Z-debug.log
Seeing this as well.
East coast of Canada and I see a 404 page for: https://registry.npmjs.org/error-stack-parser
Guess my builds are not getting done today at this rate....
The weird thing is though that I can visit https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz locally on my Mac and the file downloads fine.
@blown5pt0 - did you try with a VPN in the meantime? It is not the ideal solution but you can get your build done by today.
The weird thing is though that I can visit https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.6.tgz locally on my Mac and the file downloads fine.
just you, lol I can't see shit
@blown5pt0 @xsdaniel I've used my phone's hotspot 🤦♂️
https://status.npmjs.org/incidents/00tlqc4fzj14 new NPM issue to do with specific packages with 'error' in their name
Hey folks, I can reach all the artifacts here in the US as of right now. This does indeed seem like something with NPM's CDN or servers.
This new issue https://status.npmjs.org/incidents/00tlqc4fzj14 definitely affects this project :p — stay tuned.
Looks like the issue has been resolved, as I can now access the package
confirmed it is now working
Today seems that the package isn't available in the npm registry.
I have tried to run
npm i error-stack-parser
but it returns this error:I have tried to open https://registry.npmjs.org/error-stack-parser and this is the result:
Thoughts??