65 lines
3.4 KiB
Plaintext
65 lines
3.4 KiB
Plaintext
0 info it worked if it ends with ok
|
|
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'info', 'descendants' ]
|
|
2 info using npm@3.7.5
|
|
3 info using node@v5.7.0
|
|
4 silly mapToRegistry name descendants
|
|
5 silly mapToRegistry using default registry
|
|
6 silly mapToRegistry registry https://registry.npmjs.org/
|
|
7 silly mapToRegistry uri https://registry.npmjs.org/descendants
|
|
8 verbose request uri https://registry.npmjs.org/descendants
|
|
9 verbose request no auth needed
|
|
10 info attempt registry request try #1 at 5:48:07 PM
|
|
11 verbose request using bearer token for auth
|
|
12 verbose request id 5ced8ecacd218de3
|
|
13 http request GET https://registry.npmjs.org/descendants
|
|
14 http 404 https://registry.npmjs.org/descendants
|
|
15 verbose headers { 'content-type': 'application/json',
|
|
15 verbose headers 'cache-control': 'max-age=0',
|
|
15 verbose headers 'content-length': '2',
|
|
15 verbose headers 'accept-ranges': 'bytes',
|
|
15 verbose headers date: 'Sun, 20 Mar 2016 16:48:07 GMT',
|
|
15 verbose headers via: '1.1 varnish',
|
|
15 verbose headers connection: 'keep-alive',
|
|
15 verbose headers 'x-served-by': 'cache-ams4147-AMS',
|
|
15 verbose headers 'x-cache': 'MISS',
|
|
15 verbose headers 'x-cache-hits': '0',
|
|
15 verbose headers 'x-timer': 'S1458492487.630578,VS0,VE104' }
|
|
16 silly get cb [ 404,
|
|
16 silly get { 'content-type': 'application/json',
|
|
16 silly get 'cache-control': 'max-age=0',
|
|
16 silly get 'content-length': '2',
|
|
16 silly get 'accept-ranges': 'bytes',
|
|
16 silly get date: 'Sun, 20 Mar 2016 16:48:07 GMT',
|
|
16 silly get via: '1.1 varnish',
|
|
16 silly get connection: 'keep-alive',
|
|
16 silly get 'x-served-by': 'cache-ams4147-AMS',
|
|
16 silly get 'x-cache': 'MISS',
|
|
16 silly get 'x-cache-hits': '0',
|
|
16 silly get 'x-timer': 'S1458492487.630578,VS0,VE104' } ]
|
|
17 verbose stack Error: Registry returned 404 for GET on https://registry.npmjs.org/descendants
|
|
17 verbose stack at makeError (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12)
|
|
17 verbose stack at CachingRegistryClient.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:242:14)
|
|
17 verbose stack at Request._callback (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
|
|
17 verbose stack at Request.self.callback (/usr/lib/node_modules/npm/node_modules/request/request.js:199:22)
|
|
17 verbose stack at emitTwo (events.js:100:13)
|
|
17 verbose stack at Request.emit (events.js:185:7)
|
|
17 verbose stack at Request.<anonymous> (/usr/lib/node_modules/npm/node_modules/request/request.js:1036:10)
|
|
17 verbose stack at emitOne (events.js:95:20)
|
|
17 verbose stack at Request.emit (events.js:182:7)
|
|
17 verbose stack at IncomingMessage.<anonymous> (/usr/lib/node_modules/npm/node_modules/request/request.js:963:12)
|
|
18 verbose statusCode 404
|
|
19 verbose pkgid descendants
|
|
20 verbose cwd /home/sup3rman/dev/guide
|
|
21 error Linux 4.4.1-2-ARCH
|
|
22 error argv "/usr/bin/node" "/usr/bin/npm" "info" "descendants"
|
|
23 error node v5.7.0
|
|
24 error npm v3.7.5
|
|
25 error code E404
|
|
26 error 404 Registry returned 404 for GET on https://registry.npmjs.org/descendants
|
|
27 error 404
|
|
28 error 404 'descendants' is not in the npm registry.
|
|
29 error 404 You should bug the author to publish it (or use the name yourself!)
|
|
30 error 404 Note that you can also install from a
|
|
31 error 404 tarball, folder, http url, or git url.
|
|
32 verbose exit [ 1, true ]
|