pokedex/npm-debug.log
2016-08-11 16:55:44 +02:00

97 lines
5.0 KiB
Plaintext

0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'ionic-filter-bar' ]
2 info using npm@2.15.8
3 info using node@v4.4.7
4 verbose install initial load of C:\_IONIC_\pokedex\package.json
5 warn package.json pokedex@1.1.1 No repository field.
6 warn package.json pokedex@1.1.1 No license field.
7 verbose readDependencies loading dependencies from C:\_IONIC_\pokedex\package.json
8 silly cache add args [ 'ionic-filter-bar', null ]
9 verbose cache add spec ionic-filter-bar
10 silly cache add parsed spec Result {
10 silly cache add raw: 'ionic-filter-bar',
10 silly cache add scope: null,
10 silly cache add name: 'ionic-filter-bar',
10 silly cache add rawSpec: '',
10 silly cache add spec: 'latest',
10 silly cache add type: 'tag' }
11 silly addNamed ionic-filter-bar@latest
12 verbose addNamed "latest" is being treated as a dist-tag for ionic-filter-bar
13 info addNameTag [ 'ionic-filter-bar', 'latest' ]
14 silly mapToRegistry name ionic-filter-bar
15 silly mapToRegistry using default registry
16 silly mapToRegistry registry https://registry.npmjs.org/
17 silly mapToRegistry data Result {
17 silly mapToRegistry raw: 'ionic-filter-bar',
17 silly mapToRegistry scope: null,
17 silly mapToRegistry name: 'ionic-filter-bar',
17 silly mapToRegistry rawSpec: '',
17 silly mapToRegistry spec: 'latest',
17 silly mapToRegistry type: 'tag' }
18 silly mapToRegistry uri https://registry.npmjs.org/ionic-filter-bar
19 verbose addNameTag registry:https://registry.npmjs.org/ionic-filter-bar not in flight; fetching
20 verbose request uri https://registry.npmjs.org/ionic-filter-bar
21 verbose request no auth needed
22 info attempt registry request try #1 at 13:39:33
23 verbose request id 858570eea89506d8
24 http request GET https://registry.npmjs.org/ionic-filter-bar
25 http 404 https://registry.npmjs.org/ionic-filter-bar
26 verbose headers { 'content-type': 'application/json',
26 verbose headers 'cache-control': 'max-age=0',
26 verbose headers 'content-length': '2',
26 verbose headers 'accept-ranges': 'bytes',
26 verbose headers date: 'Tue, 09 Aug 2016 11:39:34 GMT',
26 verbose headers via: '1.1 varnish',
26 verbose headers age: '0',
26 verbose headers connection: 'keep-alive',
26 verbose headers 'x-served-by': 'cache-fra1223-FRA',
26 verbose headers 'x-cache': 'MISS',
26 verbose headers 'x-cache-hits': '0',
26 verbose headers 'x-timer': 'S1470742773.957018,VS0,VE116',
26 verbose headers vary: 'Accept-Encoding' }
27 silly get cb [ 404,
27 silly get { 'content-type': 'application/json',
27 silly get 'cache-control': 'max-age=0',
27 silly get 'content-length': '2',
27 silly get 'accept-ranges': 'bytes',
27 silly get date: 'Tue, 09 Aug 2016 11:39:34 GMT',
27 silly get via: '1.1 varnish',
27 silly get age: '0',
27 silly get connection: 'keep-alive',
27 silly get 'x-served-by': 'cache-fra1223-FRA',
27 silly get 'x-cache': 'MISS',
27 silly get 'x-cache-hits': '0',
27 silly get 'x-timer': 'S1470742773.957018,VS0,VE116',
27 silly get vary: 'Accept-Encoding' } ]
28 verbose stack Error: Registry returned 404 for GET on https://registry.npmjs.org/ionic-filter-bar
28 verbose stack at makeError (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:264:12)
28 verbose stack at CachingRegistryClient.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:242:14)
28 verbose stack at Request._callback (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:172:14)
28 verbose stack at Request.self.callback (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:200:22)
28 verbose stack at emitTwo (events.js:87:13)
28 verbose stack at Request.emit (events.js:172:7)
28 verbose stack at Request.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:1067:10)
28 verbose stack at emitOne (events.js:82:20)
28 verbose stack at Request.emit (events.js:169:7)
28 verbose stack at IncomingMessage.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:988:12)
29 verbose statusCode 404
30 verbose pkgid ionic-filter-bar
31 verbose cwd C:\_IONIC_\pokedex
32 error Windows_NT 10.0.10586
33 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "ionic-filter-bar"
34 error node v4.4.7
35 error npm v2.15.8
36 error code E404
37 error 404 Registry returned 404 for GET on https://registry.npmjs.org/ionic-filter-bar
37 error 404
37 error 404 'ionic-filter-bar' is not in the npm registry.
37 error 404 You should bug the author to publish it (or use the name yourself!)
37 error 404 It was specified as a dependency of 'pokedex'
37 error 404
37 error 404 Note that you can also install from a
37 error 404 tarball, folder, http url, or git url.
38 verbose exit [ 1, true ]