atom-haskell-archive / autocomplete-haskell

Atom autocomplete-plus provider for haskell
https://atom.io/packages/autocomplete-haskell
MIT License
23 stars 1 forks source link

Error on install #4

Closed dotnetCarpenter closed 9 years ago

dotnetCarpenter commented 9 years ago
apm --version
apm  1.0.4
npm  2.13.3
node 0.10.40
python 2.7.9
git 2.1.4

Error message:

apm install autocomplete-haskell
Installing autocomplete-haskell to /home/dotnet/.atom/packages 
gyp info it worked if it ends with ok
gyp info using node-gyp@2.0.2
gyp info using node@0.10.40 | linux | x64
gyp http GET https://atom.io/download/atom-shell/v0.30.6/node-v0.30.6.tar.gz
gyp http 200 https://atom.io/download/atom-shell/v0.30.6/node-v0.30.6.tar.gz
gyp WARN install got an error, rolling back install
gyp ERR! install error 
gyp ERR! stack Error: incorrect header check
gyp ERR! stack     at Zlib._binding.onerror (zlib.js:296:17)
gyp ERR! System Linux 3.19.0-28-generic
gyp ERR! command "/usr/share/atom/resources/app/apm/bin/node" "/usr/share/atom/resources/app/apm/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "install" "--target=0.30.6" "--dist-url=https://atom.io/download/atom-shell" "--arch=x64" "--ensure"
gyp ERR! cwd /home/dotnet/.atom
gyp ERR! node -v v0.10.40
gyp ERR! node-gyp -v v2.0.2
gyp ERR! not ok 
dotnetCarpenter commented 9 years ago

Hmm... seems to be a network issue