mirror of
https://github.com/fergalmoran/dss.docker.git
synced 2026-01-22 08:24:25 +00:00
88 lines
4.3 KiB
Plaintext
88 lines
4.3 KiB
Plaintext
0 info it worked if it ends with ok
|
|
1 verbose cli [ '/usr/bin/node',
|
|
1 verbose cli '/usr/bin/npm',
|
|
1 verbose cli 'install',
|
|
1 verbose cli '-g',
|
|
1 verbose cli 'node-completion' ]
|
|
2 info using npm@2.11.3
|
|
3 info using node@v0.12.7
|
|
4 verbose node symlink /usr/bin/node
|
|
5 verbose install initial load of /usr/lib/package.json
|
|
6 verbose readDependencies loading dependencies from /usr/lib/package.json
|
|
7 silly cache add args [ 'node-completion', null ]
|
|
8 verbose cache add spec node-completion
|
|
9 silly cache add parsed spec { raw: 'node-completion',
|
|
9 silly cache add scope: null,
|
|
9 silly cache add name: 'node-completion',
|
|
9 silly cache add rawSpec: '',
|
|
9 silly cache add spec: '*',
|
|
9 silly cache add type: 'range' }
|
|
10 silly addNamed node-completion@*
|
|
11 verbose addNamed "*" is a valid semver range for node-completion
|
|
12 silly addNameRange { name: 'node-completion', range: '*', hasData: false }
|
|
13 silly mapToRegistry name node-completion
|
|
14 silly mapToRegistry using default registry
|
|
15 silly mapToRegistry registry https://registry.npmjs.org/
|
|
16 silly mapToRegistry uri https://registry.npmjs.org/node-completion
|
|
17 verbose addNameRange registry:https://registry.npmjs.org/node-completion not in flight; fetching
|
|
18 verbose request uri https://registry.npmjs.org/node-completion
|
|
19 verbose request no auth needed
|
|
20 info attempt registry request try #1 at 21:34:03
|
|
21 verbose request id cb786e1cb4cab3be
|
|
22 http request GET https://registry.npmjs.org/node-completion
|
|
23 http 404 https://registry.npmjs.org/node-completion
|
|
24 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
|
|
24 verbose headers 'content-type': 'application/json',
|
|
24 verbose headers 'cache-control': 'max-age=0',
|
|
24 verbose headers 'content-length': '51',
|
|
24 verbose headers 'accept-ranges': 'bytes',
|
|
24 verbose headers date: 'Sat, 25 Jul 2015 20:34:05 GMT',
|
|
24 verbose headers via: '1.1 varnish',
|
|
24 verbose headers age: '0',
|
|
24 verbose headers connection: 'keep-alive',
|
|
24 verbose headers 'x-served-by': 'cache-ams4129-AMS',
|
|
24 verbose headers 'x-cache': 'MISS',
|
|
24 verbose headers 'x-cache-hits': '0',
|
|
24 verbose headers 'x-timer': 'S1437856445.017493,VS0,VE161' }
|
|
25 silly get cb [ 404,
|
|
25 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
|
|
25 silly get 'content-type': 'application/json',
|
|
25 silly get 'cache-control': 'max-age=0',
|
|
25 silly get 'content-length': '51',
|
|
25 silly get 'accept-ranges': 'bytes',
|
|
25 silly get date: 'Sat, 25 Jul 2015 20:34:05 GMT',
|
|
25 silly get via: '1.1 varnish',
|
|
25 silly get age: '0',
|
|
25 silly get connection: 'keep-alive',
|
|
25 silly get 'x-served-by': 'cache-ams4129-AMS',
|
|
25 silly get 'x-cache': 'MISS',
|
|
25 silly get 'x-cache-hits': '0',
|
|
25 silly get 'x-timer': 'S1437856445.017493,VS0,VE161' } ]
|
|
26 verbose stack Error: 404 Not Found: node-completion
|
|
26 verbose stack at CachingRegistryClient.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:245:14)
|
|
26 verbose stack at Request._callback (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:170:14)
|
|
26 verbose stack at Request.self.callback (/usr/lib/node_modules/npm/node_modules/request/request.js:354:22)
|
|
26 verbose stack at Request.emit (events.js:110:17)
|
|
26 verbose stack at Request.<anonymous> (/usr/lib/node_modules/npm/node_modules/request/request.js:1207:14)
|
|
26 verbose stack at Request.emit (events.js:129:20)
|
|
26 verbose stack at IncomingMessage.<anonymous> (/usr/lib/node_modules/npm/node_modules/request/request.js:1153:12)
|
|
26 verbose stack at IncomingMessage.emit (events.js:129:20)
|
|
26 verbose stack at _stream_readable.js:908:16
|
|
26 verbose stack at process._tickCallback (node.js:355:11)
|
|
27 verbose statusCode 404
|
|
28 verbose pkgid node-completion
|
|
29 verbose cwd /home/fergalm/Dropbox/development/deepsouthsounds.com/dss.docker
|
|
30 error Linux 3.19.0-23-generic
|
|
31 error argv "/usr/bin/node" "/usr/bin/npm" "install" "-g" "node-completion"
|
|
32 error node v0.12.7
|
|
33 error npm v2.11.3
|
|
34 error code E404
|
|
35 error 404 Not Found: node-completion
|
|
35 error 404
|
|
35 error 404 'node-completion' is not in the npm registry.
|
|
35 error 404 You should bug the author to publish it (or use the name yourself!)
|
|
35 error 404
|
|
35 error 404 Note that you can also install from a
|
|
35 error 404 tarball, folder, http url, or git url.
|
|
36 verbose exit [ 1, true ]
|