Skip to content

Instantly share code, notes, and snippets.

@rgruesbeck
Created April 29, 2014 02:54
Show Gist options
  • Save rgruesbeck/11389653 to your computer and use it in GitHub Desktop.
Save rgruesbeck/11389653 to your computer and use it in GitHub Desktop.
install fail for levelmeup adventure
6415 verbose true,/usr/lib/node_modules,/usr/lib/node_modules unbuild levelmeup@0.1.8
6416 verbose /usr/bin,[object Object] binRoot
6417 info postuninstall levelmeup@0.1.8
6418 error leveldown@0.10.2 install: `node-gyp rebuild`
6418 error Exit status 1
6419 error Failed at the leveldown@0.10.2 install script.
6419 error This is most likely a problem with the leveldown package,
6419 error not with npm itself.
6419 error Tell the author that this fails on your system:
6419 error node-gyp rebuild
6419 error You can get their info via:
6419 error npm owner ls leveldown
6419 error There is likely additional logging output above.
6420 error System Linux 3.14.1-1-ARCH
6421 error command "/usr/bin/node" "/usr/bin/npm" "install" "-g" "levelmeup"
6422 error cwd /home/ron/learn/node/nodeschool/electives/levelmeup
6423 error node -v v0.10.26
6424 error npm -v 1.4.3
6425 error code ELIFECYCLE
6426 verbose exit [ 1, true ]
@PrinceOfShapeir
Copy link

I also have this problem, using ubuntu 14 server with the latest node. Except this time it's leveldown@0.10.5 which fails 'node-gyp' rebuild.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment