stacktracejs / error-stack-parser

Extract meaning from JS Errors
https://www.stacktracejs.com/#!/docs/error-stack-parser
MIT License
456 stars 52 forks source link

Cannot install because missing package in npm registry #51

Closed billmn closed 4 years ago

billmn commented 4 years ago

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:

Schermata 2020-02-12 alle 11 53 04

I have tried to open https://registry.npmjs.org/error-stack-parser and this is the result:

Schermata 2020-02-12 alle 11 55 00

Thoughts??

thom4parisot commented 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.

hmonglee commented 4 years ago

Issue with nmjs server :

thom4parisot commented 4 years ago

Sounds like npm team is now aware of this issue: https://status.npmjs.org/incidents/lvgmcrfvrvsh

image

tamer-badawy commented 4 years ago

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

barden42 commented 4 years ago

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\"".

bmikaeli commented 4 years ago

same here. With yarn or with npm

thedark1233 commented 4 years ago

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'
billmn commented 4 years ago

@thedark1233 Same here, I was also trying to install laravel-mix but with no luck

dmyers-mitel commented 4 years ago

I'm also having this issue, using npm on Windows.

billmn commented 4 years ago

I think it is better to wait until npm solve the problem: https://status.npmjs.org/incidents/lvgmcrfvrvsh

xsdaniel commented 4 years ago

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.

alexis-riot commented 4 years ago

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:```
t-miller commented 4 years ago

image

npm is saying the issue has been resolved but I'm still getting a 404 on https://registry.npmjs.org/error-stack-parser

scottburlovich commented 4 years ago

Still happening here too.....

gfernandez-me commented 4 years ago

"resolved" but still

scottburlovich commented 4 years ago

I sent an email to NPM support.

scottburlovich commented 4 years ago

Still down ... still no response from NPM

HDVinnie commented 4 years ago

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
brookslyrette commented 4 years ago

Seeing this as well.

East coast of Canada and I see a 404 page for: https://registry.npmjs.org/error-stack-parser

scottburlovich commented 4 years ago

Guess my builds are not getting done today at this rate....

HDVinnie commented 4 years ago

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.

xsdaniel commented 4 years ago

@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.

gfernandez-me commented 4 years ago

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

billmn commented 4 years ago

@blown5pt0 @xsdaniel I've used my phone's hotspot 🤦‍♂️

fongoid commented 4 years ago

https://status.npmjs.org/incidents/00tlqc4fzj14 new NPM issue to do with specific packages with 'error' in their name

eriwen commented 4 years ago

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.

t-miller commented 4 years ago

Looks like the issue has been resolved, as I can now access the package

HDVinnie commented 4 years ago

confirmed it is now working