Skip to content
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

Registry returned 404 for GET on https://registry.npmjs.org/esprima-six #245

Open
john1726 opened this issue Mar 18, 2016 · 2 comments
Open

Comments

@john1726
Copy link

When I clone the repo and attempt to do npm install with node 5.7.8, here are the errors I'm getting:

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/esprima-six

npm ERR! 404
npm ERR! 404  'esprima-six' 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 'derequire'
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! Please include the following file with any support request:
npm ERR!     C:\xampp\htdocs\echoplexus\npm-debug.log

Does anyone have any suggestions? I don't see esprima-six as a dependency in packages0.json. TIA.

@john1726
Copy link
Author

Updated dependencies on browserify to 13.0.0. :)

@qq99
Copy link
Owner

qq99 commented Mar 18, 2016

Hey there

Thanks for the interest :) Last time I built this project, I was using node ~ v0.10.25, so I can't guarantee you will have good luck with 5.7.8.

Re: esprima-six, this may help: http://stackoverflow.com/questions/33608630/what-happened-to-the-esprima-six-npm-module

One of the packages in package.json must've depended upon it. You might have luck by trying to track it down, and update it to a newer version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants