-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
87 lines (87 loc) · 4.25 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
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/Users/ph3nx/.nvm/v0.10.33/bin/npm',
1 verbose cli 'install',
1 verbose cli '0.10.35' ]
2 info using npm@2.1.16
3 info using node@v0.10.33
4 silly cache add args [ '0.10.35', null ]
5 verbose cache add spec 0.10.35
6 silly cache add parsed spec { raw: '0.10.35',
6 silly cache add scope: null,
6 silly cache add name: '0.10.35',
6 silly cache add rawSpec: '',
6 silly cache add spec: '*',
6 silly cache add type: 'range' }
7 verbose addNamed 0.10.35@*
8 silly addNamed semver.valid null
9 silly addNamed semver.validRange *
10 silly addNameRange { name: '0.10.35', range: '*', hasData: false }
11 silly mapToRegistry name 0.10.35
12 silly mapToRegistry using default registry
13 silly mapToRegistry registry https://registry.npmjs.org/
14 silly mapToRegistry uri https://registry.npmjs.org/0.10.35
15 verbose addNameRange registry:https://registry.npmjs.org/0.10.35 not in flight; fetching
16 verbose request uri https://registry.npmjs.org/0.10.35
17 verbose request no auth needed
18 info attempt registry request try #1 at 15:48:05
19 verbose request id 690ff2b64d141a94
20 http request GET https://registry.npmjs.org/0.10.35
21 http 404 https://registry.npmjs.org/0.10.35
22 verbose headers { date: 'Sat, 03 Jan 2015 14:48:07 GMT',
22 verbose headers server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
22 verbose headers 'content-type': 'application/json',
22 verbose headers 'cache-control': 'max-age=0',
22 verbose headers 'content-length': '52',
22 verbose headers 'accept-ranges': 'bytes',
22 verbose headers via: '1.1 varnish',
22 verbose headers age: '0',
22 verbose headers 'x-served-by': 'cache-ams4131-AMS',
22 verbose headers 'x-cache': 'MISS',
22 verbose headers 'x-cache-hits': '0',
22 verbose headers 'x-timer': 'S1420296487.079774,VS0,VE666',
22 verbose headers 'keep-alive': 'timeout=10, max=50',
22 verbose headers connection: 'Keep-Alive' }
23 silly get cb [ 404,
23 silly get { date: 'Sat, 03 Jan 2015 14:48:07 GMT',
23 silly get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23 silly get 'content-type': 'application/json',
23 silly get 'cache-control': 'max-age=0',
23 silly get 'content-length': '52',
23 silly get 'accept-ranges': 'bytes',
23 silly get via: '1.1 varnish',
23 silly get age: '0',
23 silly get 'x-served-by': 'cache-ams4131-AMS',
23 silly get 'x-cache': 'MISS',
23 silly get 'x-cache-hits': '0',
23 silly get 'x-timer': 'S1420296487.079774,VS0,VE666',
23 silly get 'keep-alive': 'timeout=10, max=50',
23 silly get connection: 'Keep-Alive' } ]
24 verbose stack Error: 404 Not Found: 0.10.35
24 verbose stack at CachingRegistryClient.<anonymous> (/Users/ph3nx/.nvm/v0.10.33/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:241:14)
24 verbose stack at Request._callback (/Users/ph3nx/.nvm/v0.10.33/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
24 verbose stack at Request.self.callback (/Users/ph3nx/.nvm/v0.10.33/lib/node_modules/npm/node_modules/request/request.js:373:22)
24 verbose stack at Request.emit (events.js:98:17)
24 verbose stack at Request.<anonymous> (/Users/ph3nx/.nvm/v0.10.33/lib/node_modules/npm/node_modules/request/request.js:1318:14)
24 verbose stack at Request.emit (events.js:117:20)
24 verbose stack at IncomingMessage.<anonymous> (/Users/ph3nx/.nvm/v0.10.33/lib/node_modules/npm/node_modules/request/request.js:1266:12)
24 verbose stack at IncomingMessage.emit (events.js:117:20)
24 verbose stack at _stream_readable.js:943:16
24 verbose stack at process._tickCallback (node.js:419:13)
25 verbose statusCode 404
26 verbose pkgid 0.10.35
27 verbose cwd /Users/ph3nx/Dropbox/Projects/proxy
28 error Darwin 13.4.0
29 error argv "node" "/Users/ph3nx/.nvm/v0.10.33/bin/npm" "install" "0.10.35"
30 error node v0.10.33
31 error npm v2.1.16
32 error code E404
33 error 404 Not Found: 0.10.35
33 error 404
33 error 404 '0.10.35' is not in the npm registry.
33 error 404 You should bug the author to publish it (or use the name yourself!)
33 error 404 It was specified as a dependency of 'proxy'
33 error 404
33 error 404 Note that you can also install from a
33 error 404 tarball, folder, http url, or git url.
34 verbose exit [ 1, true ]