-
Notifications
You must be signed in to change notification settings - Fork 2
/
npm-debug.log
84 lines (84 loc) · 3.7 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
0 info it worked if it ends with ok
1 verbose cli [ '/home/ubuntu/.nvm/v0.10.35/bin/node',
1 verbose cli '/home/ubuntu/.nvm/v0.10.35/bin/npm',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'ionioc' ]
2 info using npm@1.4.28
3 info using node@v0.10.35
4 verbose cache add [ 'ionioc', null ]
5 verbose cache add name=undefined spec="ionioc" args=["ionioc",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: 'ionioc',
6 verbose parsed url path: 'ionioc',
6 verbose parsed url href: 'ionioc' }
7 silly lockFile 0c352afa-ionioc ionioc
8 verbose lock ionioc /home/ubuntu/.npm/0c352afa-ionioc.lock
9 silly lockFile 0c352afa-ionioc ionioc
10 silly lockFile 0c352afa-ionioc ionioc
11 verbose addNamed [ 'ionioc', '' ]
12 verbose addNamed [ null, '*' ]
13 silly lockFile 42490e6f-ionioc ionioc@
14 verbose lock ionioc@ /home/ubuntu/.npm/42490e6f-ionioc.lock
15 silly addNameRange { name: 'ionioc', range: '*', hasData: false }
16 verbose request where is /ionioc
17 verbose request registry https://registry.npmjs.org/
18 verbose request id 3d58ccdbb201e94e
19 verbose url raw /ionioc
20 verbose url resolving [ 'https://registry.npmjs.org/', './ionioc' ]
21 verbose url resolved https://registry.npmjs.org/ionioc
22 verbose request where is https://registry.npmjs.org/ionioc
23 info trying registry request attempt 1 at 02:59:43
24 http GET https://registry.npmjs.org/ionioc
25 http 404 https://registry.npmjs.org/ionioc
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': '51',
26 verbose headers 'accept-ranges': 'bytes',
26 verbose headers date: 'Sun, 14 Jun 2015 02:59:43 GMT',
26 verbose headers via: '1.1 varnish',
26 verbose headers age: '0',
26 verbose headers connection: 'keep-alive',
26 verbose headers 'x-served-by': 'cache-ord1725-ORD',
26 verbose headers 'x-cache': 'MISS',
26 verbose headers 'x-cache-hits': '0',
26 verbose headers 'x-timer': 'S1434250783.197165,VS0,VE154' }
27 silly registry.get cb [ 404,
27 silly registry.get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
27 silly registry.get 'content-type': 'application/json',
27 silly registry.get 'cache-control': 'max-age=0',
27 silly registry.get 'content-length': '51',
27 silly registry.get 'accept-ranges': 'bytes',
27 silly registry.get date: 'Sun, 14 Jun 2015 02:59:43 GMT',
27 silly registry.get via: '1.1 varnish',
27 silly registry.get age: '0',
27 silly registry.get connection: 'keep-alive',
27 silly registry.get 'x-served-by': 'cache-ord1725-ORD',
27 silly registry.get 'x-cache': 'MISS',
27 silly registry.get 'x-cache-hits': '0',
27 silly registry.get 'x-timer': 'S1434250783.197165,VS0,VE154' } ]
28 silly lockFile 42490e6f-ionioc ionioc@
29 silly lockFile 42490e6f-ionioc ionioc@
30 error 404 404 Not Found: ionioc
30 error 404
30 error 404 'ionioc' is not in the npm registry.
30 error 404 You should bug the author to publish it
30 error 404
30 error 404 Note that you can also install from a
30 error 404 tarball, folder, or http url, or git url.
31 error System Linux 3.14.13-c9
32 error command "/home/ubuntu/.nvm/v0.10.35/bin/node" "/home/ubuntu/.nvm/v0.10.35/bin/npm" "install" "-g" "ionioc"
33 error cwd /home/ubuntu/workspace
34 error node -v v0.10.35
35 error npm -v 1.4.28
36 error code E404
37 verbose exit [ 1, true ]