-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
109 lines (109 loc) · 6.67 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
0 info it worked if it ends with ok
1 verbose cli [ 'D:\\nodejs\\node.exe',
1 verbose cli 'D:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli 'highlights.js' ]
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 highlights.js
8 silly fetchNamedPackageData highlights.js
9 silly mapToRegistry name highlights.js
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry http://registry.npmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry raw: 'highlights.js',
12 silly mapToRegistry scope: null,
12 silly mapToRegistry name: 'highlights.js',
12 silly mapToRegistry rawSpec: '',
12 silly mapToRegistry spec: 'latest',
12 silly mapToRegistry type: 'tag' }
13 silly mapToRegistry uri http://registry.npmjs.org/highlights.js
14 verbose request uri http://registry.npmjs.org/highlights.js
15 verbose request no auth needed
16 info attempt registry request try #1 at 10:15:33
17 verbose request id 29d95748c74625f9
18 http request GET http://registry.npmjs.org/highlights.js
19 http 404 http://registry.npmjs.org/highlights.js
20 verbose headers { 'content-type': 'application/json',
20 verbose headers 'cache-control': 'max-age=0',
20 verbose headers 'content-length': '2',
20 verbose headers 'accept-ranges': 'bytes',
20 verbose headers date: 'Fri, 06 Jan 2017 02:15:35 GMT',
20 verbose headers via: '1.1 varnish',
20 verbose headers age: '0',
20 verbose headers connection: 'keep-alive',
20 verbose headers 'x-served-by': 'cache-nrt6134-NRT',
20 verbose headers 'x-cache': 'MISS',
20 verbose headers 'x-cache-hits': '0',
20 verbose headers 'x-timer': 'S1483668935.009206,VS0,VE703',
20 verbose headers vary: 'Accept-Encoding' }
21 silly get cb [ 404,
21 silly get { 'content-type': 'application/json',
21 silly get 'cache-control': 'max-age=0',
21 silly get 'content-length': '2',
21 silly get 'accept-ranges': 'bytes',
21 silly get date: 'Fri, 06 Jan 2017 02:15:35 GMT',
21 silly get via: '1.1 varnish',
21 silly get age: '0',
21 silly get connection: 'keep-alive',
21 silly get 'x-served-by': 'cache-nrt6134-NRT',
21 silly get 'x-cache': 'MISS',
21 silly get 'x-cache-hits': '0',
21 silly get 'x-timer': 'S1483668935.009206,VS0,VE703',
21 silly get vary: 'Accept-Encoding' } ]
22 silly fetchPackageMetaData Error: Registry returned 404 for GET on http://registry.npmjs.org/highlights.js
22 silly fetchPackageMetaData at makeError (D:\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:264:12)
22 silly fetchPackageMetaData at CachingRegistryClient.<anonymous> (D:\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:242:14)
22 silly fetchPackageMetaData at Request._callback (D:\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:172:14)
22 silly fetchPackageMetaData at Request.self.callback (D:\nodejs\node_modules\npm\node_modules\request\request.js:200:22)
22 silly fetchPackageMetaData at emitTwo (events.js:106:13)
22 silly fetchPackageMetaData at Request.emit (events.js:191:7)
22 silly fetchPackageMetaData at Request.<anonymous> (D:\nodejs\node_modules\npm\node_modules\request\request.js:1067:10)
22 silly fetchPackageMetaData at emitOne (events.js:101:20)
22 silly fetchPackageMetaData at Request.emit (events.js:188:7)
22 silly fetchPackageMetaData at IncomingMessage.<anonymous> (D:\nodejs\node_modules\npm\node_modules\request\request.js:988:12)
22 silly fetchPackageMetaData error for highlights.js { Error: Registry returned 404 for GET on http://registry.npmjs.org/highlights.js
22 silly fetchPackageMetaData at makeError (D:\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:264:12)
22 silly fetchPackageMetaData at CachingRegistryClient.<anonymous> (D:\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:242:14)
22 silly fetchPackageMetaData at Request._callback (D:\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:172:14)
22 silly fetchPackageMetaData at Request.self.callback (D:\nodejs\node_modules\npm\node_modules\request\request.js:200:22)
22 silly fetchPackageMetaData at emitTwo (events.js:106:13)
22 silly fetchPackageMetaData at Request.emit (events.js:191:7)
22 silly fetchPackageMetaData at Request.<anonymous> (D:\nodejs\node_modules\npm\node_modules\request\request.js:1067:10)
22 silly fetchPackageMetaData at emitOne (events.js:101:20)
22 silly fetchPackageMetaData at Request.emit (events.js:188:7)
22 silly fetchPackageMetaData at IncomingMessage.<anonymous> (D:\nodejs\node_modules\npm\node_modules\request\request.js:988:12) pkgid: 'highlights.js', statusCode: 404, code: 'E404' }
23 silly rollbackFailedOptional Starting
24 silly rollbackFailedOptional Finishing
25 silly runTopLevelLifecycles Starting
26 silly runTopLevelLifecycles Finishing
27 silly install printInstalled
28 verbose stack Error: Registry returned 404 for GET on http://registry.npmjs.org/highlights.js
28 verbose stack at makeError (D:\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:264:12)
28 verbose stack at CachingRegistryClient.<anonymous> (D:\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:242:14)
28 verbose stack at Request._callback (D:\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:172:14)
28 verbose stack at Request.self.callback (D:\nodejs\node_modules\npm\node_modules\request\request.js:200:22)
28 verbose stack at emitTwo (events.js:106:13)
28 verbose stack at Request.emit (events.js:191:7)
28 verbose stack at Request.<anonymous> (D:\nodejs\node_modules\npm\node_modules\request\request.js:1067:10)
28 verbose stack at emitOne (events.js:101:20)
28 verbose stack at Request.emit (events.js:188:7)
28 verbose stack at IncomingMessage.<anonymous> (D:\nodejs\node_modules\npm\node_modules\request\request.js:988:12)
29 verbose statusCode 404
30 verbose pkgid highlights.js
31 verbose cwd E:\ikifile\Github\Blog
32 error Windows_NT 6.1.7601
33 error argv "D:\\nodejs\\node.exe" "D:\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "highlights.js"
34 error node v6.2.0
35 error npm v3.8.9
36 error code E404
37 error 404 Registry returned 404 for GET on http://registry.npmjs.org/highlights.js
38 error 404
39 error 404 'highlights.js' is not in the npm registry.
40 error 404 You should bug the author to publish it (or use the name yourself!)
41 error 404 Note that you can also install from a
42 error 404 tarball, folder, http url, or git url.
43 verbose exit [ 1, true ]