echoplexus icon indicating copy to clipboard operation
echoplexus copied to clipboard

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

Open john1726 opened this issue 9 years ago • 2 comments

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 avatar Mar 18 '16 21:03 john1726

Updated dependencies on browserify to 13.0.0. :)

john1726 avatar Mar 18 '16 21:03 john1726

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?

qq99 avatar Mar 18 '16 21:03 qq99