Created
December 29, 2016 20:56
-
-
Save jadeye/10f79dbb72a57eef9aef304794bbb94c to your computer and use it in GitHub Desktop.
npm-debug log
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
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/bin/node', | |
1 verbose cli '/usr/local/bin/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli '-g', | |
1 verbose cli 'bean-sdk' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 silly loadCurrentTree Starting | |
5 silly install loadCurrentTree | |
6 silly install readGlobalPackageData | |
7 silly fetchPackageMetaData bean-sdk | |
8 silly fetchNamedPackageData bean-sdk | |
9 silly mapToRegistry name bean-sdk | |
10 silly mapToRegistry using default registry | |
11 silly mapToRegistry registry https://registry.npmjs.org/ | |
12 silly mapToRegistry data Result { | |
12 silly mapToRegistry raw: 'bean-sdk', | |
12 silly mapToRegistry scope: null, | |
12 silly mapToRegistry escapedName: 'bean-sdk', | |
12 silly mapToRegistry name: 'bean-sdk', | |
12 silly mapToRegistry rawSpec: '', | |
12 silly mapToRegistry spec: 'latest', | |
12 silly mapToRegistry type: 'tag' } | |
13 silly mapToRegistry uri https://registry.npmjs.org/bean-sdk | |
14 verbose request uri https://registry.npmjs.org/bean-sdk | |
15 verbose request no auth needed | |
16 info attempt registry request try #1 at 10:53:23 PM | |
17 verbose request id bf5fa9b018224bf1 | |
18 verbose etag W/"583b4fdd-6349" | |
19 verbose lastModified Sun, 27 Nov 2016 21:27:57 GMT | |
20 http request GET https://registry.npmjs.org/bean-sdk | |
21 http 304 https://registry.npmjs.org/bean-sdk | |
22 verbose headers { date: 'Thu, 29 Dec 2016 20:53:24 GMT', | |
22 verbose headers via: '1.1 varnish', | |
22 verbose headers 'cache-control': 'max-age=300', | |
22 verbose headers etag: 'W/"583b4fdd-6349"', | |
22 verbose headers age: '0', | |
22 verbose headers connection: 'keep-alive', | |
22 verbose headers 'x-served-by': 'cache-hhn1528-HHN', | |
22 verbose headers 'x-cache': 'HIT', | |
22 verbose headers 'x-cache-hits': '1', | |
22 verbose headers 'x-timer': 'S1483044804.371984,VS0,VE1', | |
22 verbose headers vary: 'Accept-Encoding' } | |
23 silly get cb [ 304, | |
23 silly get { date: 'Thu, 29 Dec 2016 20:53:24 GMT', | |
23 silly get via: '1.1 varnish', | |
23 silly get 'cache-control': 'max-age=300', | |
23 silly get etag: 'W/"583b4fdd-6349"', | |
23 silly get age: '0', | |
23 silly get connection: 'keep-alive', | |
23 silly get 'x-served-by': 'cache-hhn1528-HHN', | |
23 silly get 'x-cache': 'HIT', | |
23 silly get 'x-cache-hits': '1', | |
23 silly get 'x-timer': 'S1483044804.371984,VS0,VE1', | |
23 silly get vary: 'Accept-Encoding' } ] | |
24 verbose etag https://registry.npmjs.org/bean-sdk from cache | |
25 verbose get saving bean-sdk to /home/jadeye/.npm/registry.npmjs.org/bean-sdk/.cache.json | |
26 verbose correctMkdir /home/jadeye/.npm correctMkdir not in flight; initializing | |
27 silly rollbackFailedOptional Starting | |
28 verbose stack TypeError: Cannot read property 'path' of null | |
28 verbose stack at Object.Installer.rollbackFailedOptional (/usr/local/bin/lib/node_modules/npm/lib/install.js:505:29) | |
28 verbose stack at Array.<anonymous> (/usr/local/bin/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js:15:8) | |
28 verbose stack at LOOP (/usr/local/bin/lib/node_modules/npm/node_modules/slide/lib/chain.js:15:14) | |
28 verbose stack at /usr/local/bin/lib/node_modules/npm/node_modules/slide/lib/chain.js:18:7 | |
28 verbose stack at /usr/local/bin/lib/node_modules/npm/lib/install.js:331:5 | |
28 verbose stack at Array.<anonymous> (/usr/local/bin/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js:15:8) | |
28 verbose stack at LOOP (/usr/local/bin/lib/node_modules/npm/node_modules/slide/lib/chain.js:15:14) | |
28 verbose stack at chain (/usr/local/bin/lib/node_modules/npm/node_modules/slide/lib/chain.js:20:5) | |
28 verbose stack at /usr/local/bin/lib/node_modules/npm/lib/install.js:288:5 | |
28 verbose stack at /usr/local/bin/lib/node_modules/npm/node_modules/slide/lib/chain.js:16:22 | |
29 verbose cwd /home/jadeye | |
30 error Linux 3.13.0-39-generic | |
31 error argv "/usr/local/bin/node" "/usr/local/bin/bin/npm" "install" "-g" "bean-sdk" | |
32 error node v4.4.5 | |
33 error npm v4.0.5 | |
34 error Cannot read property 'path' of null | |
35 error If you need help, you may report this error at: | |
35 error <https://github.com/npm/npm/issues> | |
36 verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment