forked from michaelgu95/JobQueue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
93 lines (93 loc) · 5.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
88
89
90
91
92
93
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'redis_client' ]
2 info using [email protected]
3 info using [email protected]
4 verbose install initial load of /Users/michaelgu/Desktop/Technical Interviews/Medium-JobQueue/package.json
5 warn package.json [email protected] No description
6 warn package.json [email protected] No repository field.
7 warn package.json [email protected] No README data
8 warn package.json [email protected] No license field.
9 verbose installManyTop reading scoped package data from /Users/michaelgu/Desktop/Technical Interviews/Medium-JobQueue/node_modules/express/package.json
10 verbose installManyTop reading scoped package data from /Users/michaelgu/Desktop/Technical Interviews/Medium-JobQueue/node_modules/kue/package.json
11 verbose installManyTop reading scoped package data from /Users/michaelgu/Desktop/Technical Interviews/Medium-JobQueue/node_modules/redis/package.json
12 verbose installManyTop reading scoped package data from /Users/michaelgu/Desktop/Technical Interviews/Medium-JobQueue/node_modules/request/package.json
13 info package.json [email protected] No license field.
14 verbose readDependencies loading dependencies from /Users/michaelgu/Desktop/Technical Interviews/Medium-JobQueue/package.json
15 silly cache add args [ 'redis_client', null ]
16 verbose cache add spec redis_client
17 silly cache add parsed spec { raw: 'redis_client',
17 silly cache add scope: null,
17 silly cache add name: 'redis_client',
17 silly cache add rawSpec: '',
17 silly cache add spec: '*',
17 silly cache add type: 'range' }
18 silly addNamed redis_client@*
19 verbose addNamed "*" is a valid semver range for redis_client
20 silly addNameRange { name: 'redis_client', range: '*', hasData: false }
21 silly mapToRegistry name redis_client
22 silly mapToRegistry using default registry
23 silly mapToRegistry registry https://registry.npmjs.org/
24 silly mapToRegistry uri https://registry.npmjs.org/redis_client
25 verbose addNameRange registry:https://registry.npmjs.org/redis_client not in flight; fetching
26 verbose request uri https://registry.npmjs.org/redis_client
27 verbose request no auth needed
28 info attempt registry request try #1 at 10:17:50 AM
29 verbose request id 256be33ec8f91ccb
30 http request GET https://registry.npmjs.org/redis_client
31 http 404 https://registry.npmjs.org/redis_client
32 verbose headers { 'content-type': 'application/json',
32 verbose headers 'cache-control': 'max-age=0',
32 verbose headers 'content-length': '2',
32 verbose headers 'accept-ranges': 'bytes',
32 verbose headers date: 'Mon, 25 Jan 2016 15:17:50 GMT',
32 verbose headers via: '1.1 varnish',
32 verbose headers age: '0',
32 verbose headers connection: 'keep-alive',
32 verbose headers 'x-served-by': 'cache-dfw1827-DFW',
32 verbose headers 'x-cache': 'MISS',
32 verbose headers 'x-cache-hits': '0',
32 verbose headers 'x-timer': 'S1453735070.819989,VS0,VE51' }
33 silly get cb [ 404,
33 silly get { 'content-type': 'application/json',
33 silly get 'cache-control': 'max-age=0',
33 silly get 'content-length': '2',
33 silly get 'accept-ranges': 'bytes',
33 silly get date: 'Mon, 25 Jan 2016 15:17:50 GMT',
33 silly get via: '1.1 varnish',
33 silly get age: '0',
33 silly get connection: 'keep-alive',
33 silly get 'x-served-by': 'cache-dfw1827-DFW',
33 silly get 'x-cache': 'MISS',
33 silly get 'x-cache-hits': '0',
33 silly get 'x-timer': 'S1453735070.819989,VS0,VE51' } ]
34 verbose stack Error: Registry returned 404 for GET on https://registry.npmjs.org/redis_client
34 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:239:14)
34 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:170:14)
34 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:354:22)
34 verbose stack at Request.emit (events.js:110:17)
34 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1207:14)
34 verbose stack at Request.emit (events.js:129:20)
34 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1153:12)
34 verbose stack at IncomingMessage.emit (events.js:129:20)
34 verbose stack at _stream_readable.js:908:16
34 verbose stack at process._tickCallback (node.js:355:11)
35 verbose statusCode 404
36 verbose pkgid redis_client
37 verbose cwd /Users/michaelgu/Desktop/Technical Interviews/Medium-JobQueue
38 error Darwin 15.2.0
39 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "redis_client"
40 error node v0.12.7
41 error npm v2.11.3
42 error code E404
43 error 404 Registry returned 404 for GET on https://registry.npmjs.org/redis_client
43 error 404
43 error 404 'redis_client' is not in the npm registry.
43 error 404 You should bug the author to publish it (or use the name yourself!)
43 error 404 It was specified as a dependency of 'MediumJobQueue'
43 error 404
43 error 404 Note that you can also install from a
43 error 404 tarball, folder, http url, or git url.
44 verbose exit [ 1, true ]