petehunt / react-boilerplate

Boilerplate for creating a React npm package
544 stars 209 forks source link

Fails on npm install on Windows7 #2

Open eddyystop opened 10 years ago

eddyystop commented 10 years ago

Windows7, npm 1.4.9, using either git clone or from zip file: I get

npm http GET https://registry.npmjs.org/esprima npm http 304 https://registry.npmjs.org/esprima npm ERR! notarget No compatible version found: esprima@'substack/esprima#is-key ord' npm ERR! notarget Valid install targets: npm ERR! notarget ["1.1.0","0.7.0","0.8.0","0.8.1","0.8.2","0.9.0","0.9.1","0.9 2","0.9.3","0.9.4","0.9.5","0.9.6","0.9.7","0.9.8","0.9.9","1.0.0","1.0.1","1.0 2","1.0.3","1.0.4","1.1.0","1.1.1","1.2.0","1.2.1","1.2.2"] npm ERR! notarget npm ERR! notarget This is most likely not a problem with npm itself.

eddyystop commented 10 years ago

This looks like this comes from substack/falafel's package json. In falafel/node_modules/esprima package.json, we find

"_resolved": "git://github.com/substack/esprima#0a7f8489a11b44b019ce168506f535f22d0be290", "_from": "git://github.com/substack/esprima#is-keyword", "_fromGithub": true

Wow.

Rolograaf commented 10 years ago

I get a lot more errors. also React is at v0.10.0