-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
75 lines (75 loc) · 4.18 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
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 'view',
1 verbose cli '2.3.2',
1 verbose cli '--json' ]
2 info using npm@3.10.3
3 info using node@v6.7.0
4 silly mapToRegistry name 2.3.2
5 silly mapToRegistry using default registry
6 silly mapToRegistry registry https://registry.npmjs.org/
7 silly mapToRegistry data Result {
7 silly mapToRegistry raw: '2.3.2',
7 silly mapToRegistry scope: null,
7 silly mapToRegistry escapedName: '2.3.2',
7 silly mapToRegistry name: '2.3.2',
7 silly mapToRegistry rawSpec: '',
7 silly mapToRegistry spec: 'latest',
7 silly mapToRegistry type: 'tag' }
8 silly mapToRegistry uri https://registry.npmjs.org/2.3.2
9 verbose request uri https://registry.npmjs.org/2.3.2
10 verbose request no auth needed
11 info attempt registry request try #1 at 5:31:14 PM
12 verbose request id d13e993d6a96fffc
13 http request GET https://registry.npmjs.org/2.3.2
14 http 404 https://registry.npmjs.org/2.3.2
15 verbose headers { date: 'Wed, 11 Jul 2018 09:31:23 GMT',
15 verbose headers 'content-type': 'application/json',
15 verbose headers 'content-length': '21',
15 verbose headers connection: 'close',
15 verbose headers 'set-cookie': [ '__cfduid=df5eee19369c964f2301a23df82d6c4151531301483; expires=Thu, 11-Jul-19 09:31:23 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
15 verbose headers 'cache-control': 'max-age=300',
15 verbose headers 'cf-cache-status': 'MISS',
15 verbose headers 'cf-ray': '438a41bd2b76334f-HKG',
15 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
15 verbose headers vary: 'accept-encoding, accept',
15 verbose headers server: 'cloudflare' }
16 silly get cb [ 404,
16 silly get { date: 'Wed, 11 Jul 2018 09:31:23 GMT',
16 silly get 'content-type': 'application/json',
16 silly get 'content-length': '21',
16 silly get connection: 'close',
16 silly get 'set-cookie': [ '__cfduid=df5eee19369c964f2301a23df82d6c4151531301483; expires=Thu, 11-Jul-19 09:31:23 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
16 silly get 'cache-control': 'max-age=300',
16 silly get 'cf-cache-status': 'MISS',
16 silly get 'cf-ray': '438a41bd2b76334f-HKG',
16 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
16 silly get vary: 'accept-encoding, accept',
16 silly get server: 'cloudflare' } ]
17 verbose stack Error: Not found : 2.3.2
17 verbose stack at makeError (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:264:12)
17 verbose stack at CachingRegistryClient.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:252:14)
17 verbose stack at Request._callback (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:172:14)
17 verbose stack at Request.self.callback (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:200:22)
17 verbose stack at emitTwo (events.js:106:13)
17 verbose stack at Request.emit (events.js:191:7)
17 verbose stack at Request.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:1067:10)
17 verbose stack at emitOne (events.js:101:20)
17 verbose stack at Request.emit (events.js:188:7)
17 verbose stack at IncomingMessage.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:988:12)
18 verbose statusCode 404
19 verbose pkgid 2.3.2
20 verbose cwd E:\Projects\cdct
21 error Windows_NT 10.0.17134
22 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "view" "2.3.2" "--json"
23 error node v6.7.0
24 error npm v3.10.3
25 error code E404
26 error 404 Not found : 2.3.2
27 error 404
28 error 404 '2.3.2' is not in the npm registry.
29 error 404 You should bug the author to publish it (or use the name yourself!)
30 error 404 Note that you can also install from a
31 error 404 tarball, folder, http url, or git url.
32 verbose exit [ 1, true ]