-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
91 lines (91 loc) · 4.28 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
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 'pushwoosh',
1 verbose cli '--save' ]
2 info using [email protected]
3 info using [email protected]
4 warn package.json [email protected] No description
5 warn package.json [email protected] No repository field.
6 warn package.json [email protected] No README data
7 verbose readDependencies using package.json deps
8 verbose cache add [ 'pushwoosh', null ]
9 verbose cache add name=undefined spec="pushwoosh" args=["pushwoosh",null]
10 verbose parsed url { protocol: null,
10 verbose parsed url slashes: null,
10 verbose parsed url auth: null,
10 verbose parsed url host: null,
10 verbose parsed url port: null,
10 verbose parsed url hostname: null,
10 verbose parsed url hash: null,
10 verbose parsed url search: null,
10 verbose parsed url query: null,
10 verbose parsed url pathname: 'pushwoosh',
10 verbose parsed url path: 'pushwoosh',
10 verbose parsed url href: 'pushwoosh' }
11 silly lockFile e1e699d8-pushwoosh pushwoosh
12 verbose lock pushwoosh /Users/andreasbiorn-hansen/Documents/web-projects/mailbox-push/e1e699d8-pushwoosh.lock
13 silly lockFile e1e699d8-pushwoosh pushwoosh
14 silly lockFile e1e699d8-pushwoosh pushwoosh
15 verbose addNamed [ 'pushwoosh', '' ]
16 verbose addNamed [ null, '*' ]
17 silly lockFile 66000069-pushwoosh pushwoosh@
18 verbose lock pushwoosh@ /Users/andreasbiorn-hansen/Documents/web-projects/mailbox-push/66000069-pushwoosh.lock
19 silly addNameRange { name: 'pushwoosh', range: '*', hasData: false }
20 verbose request where is /pushwoosh
21 verbose request registry https://registry.npmjs.org/
22 verbose request id 8485d60731774b2c
23 verbose url raw /pushwoosh
24 verbose url resolving [ 'https://registry.npmjs.org/', './pushwoosh' ]
25 verbose url resolved https://registry.npmjs.org/pushwoosh
26 verbose request where is https://registry.npmjs.org/pushwoosh
27 info trying registry request attempt 1 at 00:22:30
28 http GET https://registry.npmjs.org/pushwoosh
29 http 404 https://registry.npmjs.org/pushwoosh
30 verbose headers { date: 'Thu, 15 Jan 2015 23:22:31 GMT',
30 verbose headers server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
30 verbose headers 'content-type': 'application/json',
30 verbose headers 'cache-control': 'max-age=0',
30 verbose headers 'content-length': '52',
30 verbose headers 'accept-ranges': 'bytes',
30 verbose headers via: '1.1 varnish',
30 verbose headers age: '0',
30 verbose headers 'x-served-by': 'cache-fra1242-FRA',
30 verbose headers 'x-cache': 'MISS',
30 verbose headers 'x-cache-hits': '0',
30 verbose headers 'x-timer': 'S1421364151.165946,VS0,VE797',
30 verbose headers 'keep-alive': 'timeout=10, max=50',
30 verbose headers connection: 'Keep-Alive' }
31 silly registry.get cb [ 404,
31 silly registry.get { date: 'Thu, 15 Jan 2015 23:22:31 GMT',
31 silly registry.get server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
31 silly registry.get 'content-type': 'application/json',
31 silly registry.get 'cache-control': 'max-age=0',
31 silly registry.get 'content-length': '52',
31 silly registry.get 'accept-ranges': 'bytes',
31 silly registry.get via: '1.1 varnish',
31 silly registry.get age: '0',
31 silly registry.get 'x-served-by': 'cache-fra1242-FRA',
31 silly registry.get 'x-cache': 'MISS',
31 silly registry.get 'x-cache-hits': '0',
31 silly registry.get 'x-timer': 'S1421364151.165946,VS0,VE797',
31 silly registry.get 'keep-alive': 'timeout=10, max=50',
31 silly registry.get connection: 'Keep-Alive' } ]
32 silly lockFile 66000069-pushwoosh pushwoosh@
33 silly lockFile 66000069-pushwoosh pushwoosh@
34 error 404 404 Not Found: pushwoosh
34 error 404
34 error 404 'pushwoosh' is not in the npm registry.
34 error 404 You should bug the author to publish it
34 error 404 It was specified as a dependency of 'mailbox-push'
34 error 404
34 error 404 Note that you can also install from a
34 error 404 tarball, folder, or http url, or git url.
35 error System Darwin 14.0.0
36 error command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "pushwoosh" "--save"
37 error cwd /Users/andreasbiorn-hansen/Documents/web-projects/mailbox-push
38 error node -v v0.10.33
39 error npm -v 1.4.28
40 error code E404
41 verbose exit [ 1, true ]