-
Notifications
You must be signed in to change notification settings - Fork 1
/
npm-debug.log
67 lines (67 loc) · 3.37 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'info', 'os' ]
2 info using [email protected]
3 info using [email protected]
4 silly mapToRegistry name os
5 silly mapToRegistry using default registry
6 silly mapToRegistry registry https://registry.npmjs.org/
7 silly mapToRegistry uri https://registry.npmjs.org/os
8 verbose request uri https://registry.npmjs.org/os
9 verbose request no auth needed
10 info attempt registry request try #1 at 10:53:58 AM
11 verbose request using bearer token for auth
12 verbose request id 8b4935daf35e5bd1
13 http request GET https://registry.npmjs.org/os
14 http 404 https://registry.npmjs.org/os
15 verbose headers { 'content-type': 'application/json',
15 verbose headers 'cache-control': 'max-age=0',
15 verbose headers 'content-length': '2',
15 verbose headers 'accept-ranges': 'bytes',
15 verbose headers date: 'Fri, 12 Feb 2016 18:53:59 GMT',
15 verbose headers via: '1.1 varnish',
15 verbose headers connection: 'keep-alive',
15 verbose headers 'x-served-by': 'cache-lax1423-LAX',
15 verbose headers 'x-cache': 'MISS',
15 verbose headers 'x-cache-hits': '0',
15 verbose headers 'x-timer': 'S1455303239.003452,VS0,VE46' }
16 silly get cb [ 404,
16 silly get { 'content-type': 'application/json',
16 silly get 'cache-control': 'max-age=0',
16 silly get 'content-length': '2',
16 silly get 'accept-ranges': 'bytes',
16 silly get date: 'Fri, 12 Feb 2016 18:53:59 GMT',
16 silly get via: '1.1 varnish',
16 silly get connection: 'keep-alive',
16 silly get 'x-served-by': 'cache-lax1423-LAX',
16 silly get 'x-cache': 'MISS',
16 silly get 'x-cache-hits': '0',
16 silly get 'x-timer': 'S1455303239.003452,VS0,VE46' } ]
17 verbose stack Error: Registry returned 404 for GET on https://registry.npmjs.org/os
17 verbose stack at makeError (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12)
17 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:242:14)
17 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
17 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:198:22)
17 verbose stack at emitTwo (events.js:87:13)
17 verbose stack at Request.emit (events.js:172:7)
17 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1082:10)
17 verbose stack at emitOne (events.js:82:20)
17 verbose stack at Request.emit (events.js:169:7)
17 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1009:12)
18 verbose statusCode 404
19 verbose pkgid os
20 verbose cwd /Users/alexn/projects/ethereum-chrome
21 error Darwin 15.3.0
22 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "info" "os"
23 error node v4.2.4
24 error npm v2.14.12
25 error code E404
26 error 404 Registry returned 404 for GET on https://registry.npmjs.org/os
26 error 404
26 error 404 'os' is not in the npm registry.
26 error 404 Your package name is not valid, because
26 error 404
26 error 404 1. os is a core module name
26 error 404
26 error 404 Note that you can also install from a
26 error 404 tarball, folder, http url, or git url.
27 verbose exit [ 1, true ]