klorenz / atom-regex-railroad-diagrams

display regex as railroad diagram, if cursor moves to it
MIT License
250 stars 31 forks source link

Install error (v0.7.2) #31

Closed nibushibu closed 9 years ago

nibushibu commented 9 years ago

Please see the error message.

npm ERR! fetch failed https://github.com/klorenz/railroad-diagrams.git
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 406
npm ERR! fetch failed https://github.com/klorenz/regexp.git
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 406
npm ERR! fetch failed https://github.com/klorenz/railroad-diagrams.git
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 406
npm ERR! fetch failed https://github.com/klorenz/regexp.git
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 406
npm ERR! fetch failed https://github.com/klorenz/railroad-diagrams.git
npm ERR! fetch failed https://github.com/klorenz/regexp.git
npm ERR! Darwin 14.1.0
npm ERR! argv "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Users/username/.atom/.apm/.apmrc" "--userconfig" "/Users/username/.atom/.apmrc" "install" "/private/var/folders/1d/8rzpz2116797s2msmkymxkjc0000gn/T/d-11533-3709-an5xb5/package.tgz" "--target=0.22.0" "--arch=x64"
npm ERR! node v0.10.35
npm ERR! npm  v2.5.1

npm ERR! fetch failed with status code 406
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /private/var/folders/1d/8rzpz2116797s2msmkymxkjc0000gn/T/apm-install-dir-11533-3709-95yszs/npm-debug.log
marshallbu commented 9 years ago

+1

nathanjohnson320 commented 9 years ago

:+1:

hairyhenderson commented 9 years ago

This may be related to npm/npm#7174, though I'm not certain...

ilanbiala commented 9 years ago

I'm also getting this issue. @klorenz can we get this fixed?

nikolay commented 9 years ago

:+1:

klorenz commented 9 years ago

This is related to https://github.com/atom/apm/issues/302. Due to this issue I changed my klorenz/regexp deps to the full URL, which worked for me in a local "npm install, when I already had the package". Looks like this produces other issues. I work on it.

klorenz commented 9 years ago

ok, this works with a git://github.com URL :)