forked from Hermanya/vim-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
88 lines (88 loc) · 4.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', '--save', 'TheaterJS' ]
2 info using npm@2.1.17
3 info using node@v0.10.30
4 verbose node symlink /usr/local/bin/node
5 warn package.json vim-experiments@ No description
6 warn package.json vim-experiments@ No repository field.
7 warn package.json vim-experiments@ No README data
8 silly cache add args [ 'TheaterJS', null ]
9 verbose cache add spec TheaterJS
10 silly cache add parsed spec { raw: 'TheaterJS',
10 silly cache add scope: null,
10 silly cache add name: 'TheaterJS',
10 silly cache add rawSpec: '',
10 silly cache add spec: '*',
10 silly cache add type: 'range' }
11 verbose addNamed TheaterJS@*
12 silly addNamed semver.valid null
13 silly addNamed semver.validRange *
14 silly addNameRange { name: 'TheaterJS', range: '*', hasData: false }
15 silly mapToRegistry name TheaterJS
16 silly mapToRegistry using default registry
17 silly mapToRegistry registry https://registry.npmjs.org/
18 silly mapToRegistry uri https://registry.npmjs.org/TheaterJS
19 verbose addNameRange registry:https://registry.npmjs.org/TheaterJS not in flight; fetching
20 verbose request uri https://registry.npmjs.org/TheaterJS
21 verbose request no auth needed
22 info attempt registry request try #1 at 18:51:19
23 verbose request id 7751e756ed2c830f
24 http request GET https://registry.npmjs.org/TheaterJS
25 http 404 https://registry.npmjs.org/TheaterJS
26 verbose headers { date: 'Tue, 06 Jan 2015 23:51:19 GMT',
26 verbose headers server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
26 verbose headers 'content-type': 'application/json',
26 verbose headers 'cache-control': 'max-age=0',
26 verbose headers 'content-length': '52',
26 verbose headers 'accept-ranges': 'bytes',
26 verbose headers via: '1.1 varnish',
26 verbose headers age: '0',
26 verbose headers 'x-served-by': 'cache-dfw1821-DFW',
26 verbose headers 'x-cache': 'MISS',
26 verbose headers 'x-cache-hits': '0',
26 verbose headers 'x-timer': 'S1420588279.895030,VS0,VE64',
26 verbose headers 'keep-alive': 'timeout=10, max=50',
26 verbose headers connection: 'Keep-Alive' }
27 silly get cb [ 404,
27 silly get { date: 'Tue, 06 Jan 2015 23:51:19 GMT',
27 silly get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27 silly get 'content-type': 'application/json',
27 silly get 'cache-control': 'max-age=0',
27 silly get 'content-length': '52',
27 silly get 'accept-ranges': 'bytes',
27 silly get via: '1.1 varnish',
27 silly get age: '0',
27 silly get 'x-served-by': 'cache-dfw1821-DFW',
27 silly get 'x-cache': 'MISS',
27 silly get 'x-cache-hits': '0',
27 silly get 'x-timer': 'S1420588279.895030,VS0,VE64',
27 silly get 'keep-alive': 'timeout=10, max=50',
27 silly get connection: 'Keep-Alive' } ]
28 verbose stack Error: 404 Not Found: TheaterJS
28 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:241:14)
28 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
28 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:373:22)
28 verbose stack at Request.emit (events.js:98:17)
28 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1318:14)
28 verbose stack at Request.emit (events.js:117:20)
28 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1266:12)
28 verbose stack at IncomingMessage.emit (events.js:117:20)
28 verbose stack at _stream_readable.js:938:16
28 verbose stack at process._tickCallback (node.js:419:13)
29 verbose statusCode 404
30 verbose pkgid TheaterJS
31 verbose cwd /Users/hstarikov/workspace/vim-experiments
32 error Darwin 14.0.0
33 error argv "node" "/usr/local/bin/npm" "install" "--save" "TheaterJS"
34 error node v0.10.30
35 error npm v2.1.17
36 error code E404
37 error 404 Not Found: TheaterJS
37 error 404
37 error 404 'TheaterJS' is not in the npm registry.
37 error 404 You should bug the author to publish it (or use the name yourself!)
37 error 404 It was specified as a dependency of 'vim-experiments'
37 error 404
37 error 404 Note that you can also install from a
37 error 404 tarball, folder, http url, or git url.
38 verbose exit [ 1, true ]