qq99 / echoplexus

Socket.io powered chat, JavaScript REPL, whiteboard, and WebRTC calls
Other
393 stars 54 forks source link

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

Open john1726 opened 8 years ago

john1726 commented 8 years ago

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 commented 8 years ago

Updated dependencies on browserify to 13.0.0. :)

qq99 commented 8 years ago

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?