-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
91 lines (91 loc) · 5.35 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'http-serverclear' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData http-serverclear
8 silly fetchNamedPackageData http-serverclear
9 silly mapToRegistry name http-serverclear
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry uri https://registry.npmjs.org/http-serverclear
13 verbose request uri https://registry.npmjs.org/http-serverclear
14 verbose request no auth needed
15 info attempt registry request try #1 at 11:42:21 AM
16 verbose request id 81eb90ea4810367c
17 http request GET https://registry.npmjs.org/http-serverclear
18 http 404 https://registry.npmjs.org/http-serverclear
19 verbose headers { 'content-type': 'application/json',
19 verbose headers 'cache-control': 'max-age=0',
19 verbose headers 'content-length': '2',
19 verbose headers 'accept-ranges': 'bytes',
19 verbose headers date: 'Wed, 03 Feb 2016 19:42:21 GMT',
19 verbose headers via: '1.1 varnish',
19 verbose headers age: '0',
19 verbose headers connection: 'keep-alive',
19 verbose headers 'x-served-by': 'cache-sjc3134-SJC',
19 verbose headers 'x-cache': 'MISS',
19 verbose headers 'x-cache-hits': '0',
19 verbose headers 'x-timer': 'S1454528541.417288,VS0,VE40' }
20 silly get cb [ 404,
20 silly get { 'content-type': 'application/json',
20 silly get 'cache-control': 'max-age=0',
20 silly get 'content-length': '2',
20 silly get 'accept-ranges': 'bytes',
20 silly get date: 'Wed, 03 Feb 2016 19:42:21 GMT',
20 silly get via: '1.1 varnish',
20 silly get age: '0',
20 silly get connection: 'keep-alive',
20 silly get 'x-served-by': 'cache-sjc3134-SJC',
20 silly get 'x-cache': 'MISS',
20 silly get 'x-cache-hits': '0',
20 silly get 'x-timer': 'S1454528541.417288,VS0,VE40' } ]
21 silly fetchPackageMetaData Error: Registry returned 404 for GET on https://registry.npmjs.org/http-serverclear
21 silly fetchPackageMetaData at makeError (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12)
21 silly fetchPackageMetaData at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:242:14)
21 silly fetchPackageMetaData at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
21 silly fetchPackageMetaData at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:198:22)
21 silly fetchPackageMetaData at emitTwo (events.js:88:13)
21 silly fetchPackageMetaData at Request.emit (events.js:173:7)
21 silly fetchPackageMetaData at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1082:10)
21 silly fetchPackageMetaData at emitOne (events.js:83:20)
21 silly fetchPackageMetaData at Request.emit (events.js:170:7)
21 silly fetchPackageMetaData at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1009:12)
21 silly fetchPackageMetaData error for http-serverclear { [Error: Registry returned 404 for GET on https://registry.npmjs.org/http-serverclear] pkgid: 'http-serverclear', statusCode: 404, code: 'E404' }
22 silly rollbackFailedOptional Starting
23 silly rollbackFailedOptional Finishing
24 silly runTopLevelLifecycles Starting
25 silly runTopLevelLifecycles Finishing
26 silly install printInstalled
27 verbose stack Error: Registry returned 404 for GET on https://registry.npmjs.org/http-serverclear
27 verbose stack at makeError (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12)
27 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:242:14)
27 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
27 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:198:22)
27 verbose stack at emitTwo (events.js:88:13)
27 verbose stack at Request.emit (events.js:173:7)
27 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1082:10)
27 verbose stack at emitOne (events.js:83:20)
27 verbose stack at Request.emit (events.js:170:7)
27 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1009:12)
28 verbose statusCode 404
29 verbose pkgid http-serverclear
30 verbose cwd /Users/davidbridges/Documents/Development/Javascript/pong
31 error Darwin 15.3.0
32 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "http-serverclear"
33 error node v5.2.0
34 error npm v3.3.12
35 error code E404
36 error 404 Registry returned 404 for GET on https://registry.npmjs.org/http-serverclear
36 error 404
36 error 404 'http-serverclear' is not in the npm registry.
36 error 404 You should bug the author to publish it (or use the name yourself!)
36 error 404
36 error 404 Note that you can also install from a
36 error 404 tarball, folder, http url, or git url.
37 verbose exit [ 1, true ]