-
Notifications
You must be signed in to change notification settings - Fork 2
/
npm-debug.log
98 lines (98 loc) · 5.02 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
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 'serve-html',
1 verbose cli '--save' ]
2 info using [email protected]
3 info using [email protected]
4 verbose config Skipping project config: /Users/hitesh/.npmrc. (matches userconfig)
5 verbose install initial load of /Users/hitesh/package.json
6 verbose installManyTop reading scoped package data from /Users/hitesh/node_modules/connect/package.json
7 verbose installManyTop reading scoped package data from /Users/hitesh/node_modules/homebridge-kevo/package.json
8 verbose installManyTop reading scoped package data from /Users/hitesh/node_modules/serve-static/package.json
9 verbose readDependencies loading dependencies from /Users/hitesh/package.json
10 silly cache add args [ 'serve-html', null ]
11 verbose cache add spec serve-html
12 silly cache add parsed spec Result {
12 silly cache add raw: 'serve-html',
12 silly cache add scope: null,
12 silly cache add name: 'serve-html',
12 silly cache add rawSpec: '',
12 silly cache add spec: 'latest',
12 silly cache add type: 'tag' }
13 silly addNamed serve-html@latest
14 verbose addNamed "latest" is being treated as a dist-tag for serve-html
15 info addNameTag [ 'serve-html', 'latest' ]
16 silly mapToRegistry name serve-html
17 silly mapToRegistry using default registry
18 silly mapToRegistry registry https://registry.npmjs.org/
19 silly mapToRegistry data Result {
19 silly mapToRegistry raw: 'serve-html',
19 silly mapToRegistry scope: null,
19 silly mapToRegistry name: 'serve-html',
19 silly mapToRegistry rawSpec: '',
19 silly mapToRegistry spec: 'latest',
19 silly mapToRegistry type: 'tag' }
20 silly mapToRegistry uri https://registry.npmjs.org/serve-html
21 verbose addNameTag registry:https://registry.npmjs.org/serve-html not in flight; fetching
22 verbose request uri https://registry.npmjs.org/serve-html
23 verbose request no auth needed
24 info attempt registry request try #1 at 8:46:05 PM
25 verbose request id 58b703bf5352438f
26 http request GET https://registry.npmjs.org/serve-html
27 http 404 https://registry.npmjs.org/serve-html
28 verbose headers { 'content-type': 'application/json',
28 verbose headers 'cache-control': 'max-age=0',
28 verbose headers 'content-length': '2',
28 verbose headers 'accept-ranges': 'bytes',
28 verbose headers date: 'Sun, 02 Apr 2017 03:46:04 GMT',
28 verbose headers via: '1.1 varnish',
28 verbose headers age: '0',
28 verbose headers connection: 'keep-alive',
28 verbose headers 'x-served-by': 'cache-lax8638-LAX',
28 verbose headers 'x-cache': 'MISS',
28 verbose headers 'x-cache-hits': '0',
28 verbose headers 'x-timer': 'S1491104764.321692,VS0,VE313',
28 verbose headers vary: 'Accept-Encoding' }
29 silly get cb [ 404,
29 silly get { 'content-type': 'application/json',
29 silly get 'cache-control': 'max-age=0',
29 silly get 'content-length': '2',
29 silly get 'accept-ranges': 'bytes',
29 silly get date: 'Sun, 02 Apr 2017 03:46:04 GMT',
29 silly get via: '1.1 varnish',
29 silly get age: '0',
29 silly get connection: 'keep-alive',
29 silly get 'x-served-by': 'cache-lax8638-LAX',
29 silly get 'x-cache': 'MISS',
29 silly get 'x-cache-hits': '0',
29 silly get 'x-timer': 'S1491104764.321692,VS0,VE313',
29 silly get vary: 'Accept-Encoding' } ]
30 verbose stack Error: Registry returned 404 for GET on https://registry.npmjs.org/serve-html
30 verbose stack at makeError (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12)
30 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:242:14)
30 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
30 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:200:22)
30 verbose stack at emitTwo (events.js:87:13)
30 verbose stack at Request.emit (events.js:172:7)
30 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1067:10)
30 verbose stack at emitOne (events.js:82:20)
30 verbose stack at Request.emit (events.js:169:7)
30 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:988:12)
31 verbose statusCode 404
32 verbose pkgid serve-html
33 verbose cwd /Users/hitesh/schedulemebot.github.io
34 error Darwin 15.6.0
35 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "serve-html" "--save"
36 error node v4.4.7
37 error npm v2.15.8
38 error code E404
39 error 404 Registry returned 404 for GET on https://registry.npmjs.org/serve-html
39 error 404
39 error 404 'serve-html' is not in the npm registry.
39 error 404 You should bug the author to publish it (or use the name yourself!)
39 error 404
39 error 404 Note that you can also install from a
39 error 404 tarball, folder, http url, or git url.
40 verbose exit [ 1, true ]