DavidWells / isomorphic-react-example

Deprecated! ReactJS + NodeJS ( express ) demo tutorial with video. Universal/Isomorphic JS = Shared JavaScript that runs on both the client & server.
http://davidwells.io
MIT License
1.69k stars 272 forks source link

'esprima-six' is not in the npm registry #26

Open jaylone opened 8 years ago

jaylone commented 8 years ago

When I clone to the local and npm install, it report the error information below: 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.

tugberkugurlu commented 8 years ago

same, I am getting this on npm install:

npm ERR! Windows_NT 10.0.10240
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
npm ERR! node v4.4.7
npm ERR! npm  v2.15.8

npm ERR! version not found: esprima-six@0.0.3
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     D:\dev\isomorphic-react-example\npm-debug.log
erikjohnsen6d commented 7 years ago

I have the same issue.

jshaker commented 7 years ago

Same issue

iamwhitebox commented 7 years ago

Same issue. 99% sure this has to do with Node/Npm version however other versions aren't working either.

sham-hq commented 7 years ago

change "browserify" to "^12.0.0" in package.json. This solves my issue.

jamidwyer commented 6 years ago

Pull request: https://github.com/DavidWells/isomorphic-react-example/pull/31