-
Notifications
You must be signed in to change notification settings - Fork 45
/
npm-debug.log
78 lines (78 loc) · 3.48 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
0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', 'gradle' ]
2 info using [email protected]
3 info using [email protected]
4 verbose cache add [ 'gradle', null ]
5 verbose cache add name=undefined spec="gradle" args=["gradle",null]
6 verbose parsed url { protocol: null,
6 verbose parsed url slashes: null,
6 verbose parsed url auth: null,
6 verbose parsed url host: null,
6 verbose parsed url port: null,
6 verbose parsed url hostname: null,
6 verbose parsed url hash: null,
6 verbose parsed url search: null,
6 verbose parsed url query: null,
6 verbose parsed url pathname: 'gradle',
6 verbose parsed url path: 'gradle',
6 verbose parsed url href: 'gradle' }
7 silly lockFile a836fa31-gradle gradle
8 verbose lock gradle /Users/rsteckler/.npm/a836fa31-gradle.lock
9 silly lockFile a836fa31-gradle gradle
10 silly lockFile a836fa31-gradle gradle
11 verbose addNamed [ 'gradle', '' ]
12 verbose addNamed [ null, '*' ]
13 silly lockFile 95efd3b7-gradle gradle@
14 verbose lock gradle@ /Users/rsteckler/.npm/95efd3b7-gradle.lock
15 silly addNameRange { name: 'gradle', range: '*', hasData: false }
16 verbose url raw gradle
17 verbose url resolving [ 'https://registry.npmjs.org/', './gradle' ]
18 verbose url resolved https://registry.npmjs.org/gradle
19 info trying registry request attempt 1 at 16:20:41
20 http GET https://registry.npmjs.org/gradle
21 http 404 https://registry.npmjs.org/gradle
22 verbose headers { date: 'Sun, 12 Oct 2014 23:19:45 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-sjc3124-SJC',
22 verbose headers 'x-cache': 'MISS',
22 verbose headers 'x-cache-hits': '0',
22 verbose headers 'x-timer': 'S1413155985.932314,VS0,VE37',
22 verbose headers 'keep-alive': 'timeout=10, max=50',
22 verbose headers connection: 'Keep-Alive' }
23 silly registry.get cb [ 404,
23 silly registry.get { date: 'Sun, 12 Oct 2014 23:19:45 GMT',
23 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
23 silly registry.get 'content-type': 'application/json',
23 silly registry.get 'cache-control': 'max-age=0',
23 silly registry.get 'content-length': '52',
23 silly registry.get 'accept-ranges': 'bytes',
23 silly registry.get via: '1.1 varnish',
23 silly registry.get age: '0',
23 silly registry.get 'x-served-by': 'cache-sjc3124-SJC',
23 silly registry.get 'x-cache': 'MISS',
23 silly registry.get 'x-cache-hits': '0',
23 silly registry.get 'x-timer': 'S1413155985.932314,VS0,VE37',
23 silly registry.get 'keep-alive': 'timeout=10, max=50',
23 silly registry.get connection: 'Keep-Alive' } ]
24 silly lockFile 95efd3b7-gradle gradle@
25 silly lockFile 95efd3b7-gradle gradle@
26 error 404 404 Not Found: gradle
26 error 404
26 error 404 'gradle' is not in the npm registry.
26 error 404 You should bug the author to publish it
26 error 404
26 error 404 Note that you can also install from a
26 error 404 tarball, folder, or http url, or git url.
27 error System Darwin 13.3.0
28 error command "node" "/usr/local/bin/npm" "install" "gradle"
29 error cwd /Users/rsteckler/code/unbounce-android
30 error node -v v0.10.29
31 error npm -v 1.4.14
32 error code E404
33 verbose exit [ 1, true ]