-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
87 lines (87 loc) · 4.35 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', '/usr/local/bin/npm', 'install', '--save', 'dgram' ]
2 info using npm@2.7.1
3 info using node@v0.10.12
4 verbose node symlink /usr/local/bin/node
5 warn package.json Combat@1.0.0 No description
6 warn package.json Combat@1.0.0 No repository field.
7 warn package.json Combat@1.0.0 No README data
8 warn package.json pngjs@0.4.0 No repository field.
9 silly cache add args [ 'dgram', null ]
10 verbose cache add spec dgram
11 silly cache add parsed spec { raw: 'dgram',
11 silly cache add scope: null,
11 silly cache add name: 'dgram',
11 silly cache add rawSpec: '',
11 silly cache add spec: '*',
11 silly cache add type: 'range' }
12 verbose addNamed dgram@*
13 silly addNamed semver.valid null
14 silly addNamed semver.validRange *
15 silly addNameRange { name: 'dgram', range: '*', hasData: false }
16 silly mapToRegistry name dgram
17 silly mapToRegistry using default registry
18 silly mapToRegistry registry https://registry.npmjs.org/
19 silly mapToRegistry uri https://registry.npmjs.org/dgram
20 verbose addNameRange registry:https://registry.npmjs.org/dgram not in flight; fetching
21 verbose request uri https://registry.npmjs.org/dgram
22 verbose request no auth needed
23 info attempt registry request try #1 at 01:57:58
24 verbose request id db662fd09e343e18
25 http request GET https://registry.npmjs.org/dgram
26 http 404 https://registry.npmjs.org/dgram
27 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27 verbose headers 'content-type': 'application/json',
27 verbose headers 'cache-control': 'max-age=0',
27 verbose headers 'content-length': '51',
27 verbose headers 'accept-ranges': 'bytes',
27 verbose headers date: 'Thu, 11 Jun 2015 23:58:02 GMT',
27 verbose headers via: '1.1 varnish',
27 verbose headers age: '0',
27 verbose headers connection: 'keep-alive',
27 verbose headers 'x-served-by': 'cache-fra1228-FRA',
27 verbose headers 'x-cache': 'MISS',
27 verbose headers 'x-cache-hits': '0',
27 verbose headers 'x-timer': 'S1434067081.711399,VS0,VE417' }
28 silly get cb [ 404,
28 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
28 silly get 'content-type': 'application/json',
28 silly get 'cache-control': 'max-age=0',
28 silly get 'content-length': '51',
28 silly get 'accept-ranges': 'bytes',
28 silly get date: 'Thu, 11 Jun 2015 23:58:02 GMT',
28 silly get via: '1.1 varnish',
28 silly get age: '0',
28 silly get connection: 'keep-alive',
28 silly get 'x-served-by': 'cache-fra1228-FRA',
28 silly get 'x-cache': 'MISS',
28 silly get 'x-cache-hits': '0',
28 silly get 'x-timer': 'S1434067081.711399,VS0,VE417' } ]
29 verbose stack Error: 404 Not Found: dgram
29 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/Cellar/node/0.10.12/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:251:14)
29 verbose stack at Request._callback (/usr/local/Cellar/node/0.10.12/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:178:14)
29 verbose stack at Request.self.callback (/usr/local/Cellar/node/0.10.12/lib/node_modules/npm/node_modules/request/request.js:344:22)
29 verbose stack at Request.EventEmitter.emit (events.js:98:17)
29 verbose stack at Request.<anonymous> (/usr/local/Cellar/node/0.10.12/lib/node_modules/npm/node_modules/request/request.js:1239:14)
29 verbose stack at Request.EventEmitter.emit (events.js:117:20)
29 verbose stack at IncomingMessage.<anonymous> (/usr/local/Cellar/node/0.10.12/lib/node_modules/npm/node_modules/request/request.js:1187:12)
29 verbose stack at IncomingMessage.EventEmitter.emit (events.js:117:20)
29 verbose stack at _stream_readable.js:910:16
29 verbose stack at process._tickCallback (node.js:415:13)
30 verbose statusCode 404
31 verbose pkgid dgram
32 verbose cwd /Users/mrflix/Projects/git/combat
33 error Darwin 14.3.0
34 error argv "node" "/usr/local/bin/npm" "install" "--save" "dgram"
35 error node v0.10.12
36 error npm v2.7.1
37 error code E404
38 error 404 Not Found: dgram
38 error 404
38 error 404 'dgram' is not in the npm registry.
38 error 404 You should bug the author to publish it (or use the name yourself!)
38 error 404 It was specified as a dependency of 'Combat'
38 error 404
38 error 404 Note that you can also install from a
38 error 404 tarball, folder, http url, or git url.
39 verbose exit [ 1, true ]