Created
April 29, 2014 02:54
-
-
Save rgruesbeck/11389653 to your computer and use it in GitHub Desktop.
install fail for levelmeup adventure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6415 verbose true,/usr/lib/node_modules,/usr/lib/node_modules unbuild [email protected] | |
6416 verbose /usr/bin,[object Object] binRoot | |
6417 info postuninstall [email protected] | |
6418 error [email protected] install: `node-gyp rebuild` | |
6418 error Exit status 1 | |
6419 error Failed at the [email protected] 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 ] |
npm ERR! System Linux 3.14.1-1-ARCH
│npm ERR! command "/usr/bin/node" "/usr/bin/npm" "i" "[email protected]"
│npm ERR! cwd /home/ron/learn/node/nodeschool/electives/levelmeup
│npm ERR! node -v v0.10.26
│npm ERR! npm -v 1.4.3
│npm ERR! code ENOSPC
│npm ERR! errno 54
│npm ERR! Error: ENOSPC, write
│npm ERR! If you need help, you may report this entire log,
│npm ERR! including the npm and node versions, at:
│npm ERR! http://github.com/npm/npm/issues
I also have this problem, using ubuntu 14 server with the latest node. Except this time it's [email protected] which fails 'node-gyp' rebuild.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'i', '[email protected]' ]
2 info using [email protected]
3 info using [email protected]
4 verbose cache add [ '[email protected]', null ]
5 verbose cache add name=undefined spec="[email protected]" args=["[email protected]",null]
6 verbose parsed url { protocol: null,
6 verbose parsed url slashes: null,
6 verbose parsed url auth: null,
6 verbose parsed url host: null,
6 verbose parsed url port: null,
6 verbose parsed url hostname: null,
6 verbose parsed url hash: null,
6 verbose parsed url search: null,
6 verbose parsed url query: null,
6 verbose parsed url pathname: '[email protected]',
6 verbose parsed url path: '[email protected]',
6 verbose parsed url href: '[email protected]' }
7 verbose cache add name="leveldown" spec="0.10.2" args=["leveldown","0.10.2"]
8 verbose parsed url { protocol: null,
8 verbose parsed url slashes: null,
8 verbose parsed url auth: null,
8 verbose parsed url host: null,
8 verbose parsed url port: null,
8 verbose parsed url hostname: null,
8 verbose parsed url hash: null,
8 verbose parsed url search: null,
8 verbose parsed url query: null,
8 verbose parsed url pathname: '0.10.2',
8 verbose parsed url path: '0.10.2',
8 verbose parsed url href: '0.10.2' }
9 verbose addNamed [ 'leveldown', '0.10.2' ]
10 verbose addNamed [ '0.10.2', '0.10.2' ]
11 silly lockFile d594e8e3-leveldown-0-10-2 [email protected]
12 verbose lock [email protected] /home/ron/.npm/d594e8e3-leveldown-0-10-2.lock
13 verbose url raw leveldown/0.10.2
14 verbose url resolving [ 'https://registry.npmjs.org/', './leveldown/0.10.2' ]
15 verbose url resolved https://registry.npmjs.org/leveldown/0.10.2
16 info trying registry request attempt 1 at 20:03:57
17 http GET https://registry.npmjs.org/leveldown/0.10.2
18 http 200 https://registry.npmjs.org/leveldown/0.10.2
19 silly registry.get cb [ 200,
19 silly registry.get { date: 'Tue, 29 Apr 2014 03:03:30 GMT',
19 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R14B04)',
19 silly registry.get etag: '"72QFZ3837EU7VA11ZZUAFTQFF"',
19 silly registry.get 'content-type': 'application/json',
19 silly registry.get via: '1.1 varnish',
19 silly registry.get 'cache-control': 'max-age=1',
19 silly registry.get 'content-length': '27386',
19 silly registry.get 'accept-ranges': 'bytes',
19 silly registry.get age: '0',
19 silly registry.get 'x-served-by': 'cache-v36-ASH, cache-sv94-SJC3',
19 silly registry.get 'x-cache': 'MISS, MISS',
19 silly registry.get 'x-cache-hits': '0, 0',
19 silly registry.get 'x-timer': 'S1398740609.975523710,VS0,VS39,VE258,VE295',
19 silly registry.get vary: 'Accept',
19 silly registry.get 'keep-alive': 'timeout=10, max=50',
19 silly registry.get connection: 'Keep-Alive' } ]
20 silly lockFile 7ce01bc6-g-leveldown-leveldown-0-10-2-tgz https://registry.npmjs.org/leveldown/-/leveldown-0.10.2.tgz
21 verbose lock https://registry.npmjs.org/leveldown/-/leveldown-0.10.2.tgz /home/ron/.npm/7ce01bc6-g-leveldown-leveldown-0-10-2-tgz.lock
22 verbose addRemoteTarball [ 'https://registry.npmjs.org/leveldown/-/leveldown-0.10.2.tgz',
22 verbose addRemoteTarball '96486f29aa393618d18df5296ab2b36f154ce070' ]
23 info retry fetch attempt 1 at 20:03:57
24 verbose fetch to= /home/ron/tmp/npm-22152-DDcU0tlF/1398740637896-0.11575312726199627/tmp.tgz
25 http GET https://registry.npmjs.org/leveldown/-/leveldown-0.10.2.tgz
26 http 200 https://registry.npmjs.org/leveldown/-/leveldown-0.10.2.tgz
27 verbose tar unpack /home/ron/tmp/npm-22152-DDcU0tlF/1398740637896-0.11575312726199627/tmp.tgz
28 silly lockFile 67a81bcb-7896-0-11575312726199627-package tar:///home/ron/tmp/npm-22152-DDcU0tlF/1398740637896-0.11575312726199627/package
29 verbose lock tar:///home/ron/tmp/npm-22152-DDcU0tlF/1398740637896-0.11575312726199627/package /home/ron/.npm/67a81bcb-7896-0-11575312726199627-package.lock
30 silly lockFile 9fd457d4-7896-0-11575312726199627-tmp-tgz tar:///home/ron/tmp/npm-22152-DDcU0tlF/1398740637896-0.11575312726199627/tmp.tgz
31 ver