This repository has been archived by the owner on Jun 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
56 lines (56 loc) · 2.39 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', '-g', 'mocha' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink /usr/bin/node
5 verbose cache add [ 'mocha', null ]
6 verbose cache add name=undefined spec="mocha" args=["mocha",null]
7 verbose parsed url { protocol: null,
7 verbose parsed url slashes: null,
7 verbose parsed url auth: null,
7 verbose parsed url host: null,
7 verbose parsed url port: null,
7 verbose parsed url hostname: null,
7 verbose parsed url hash: null,
7 verbose parsed url search: null,
7 verbose parsed url query: null,
7 verbose parsed url pathname: 'mocha',
7 verbose parsed url path: 'mocha',
7 verbose parsed url href: 'mocha' }
8 silly lockFile a619da43-mocha mocha
9 verbose lock mocha /home/anish/.npm/a619da43-mocha.lock
10 silly lockFile a619da43-mocha mocha
11 silly lockFile a619da43-mocha mocha
12 verbose addNamed [ 'mocha', '' ]
13 verbose addNamed [ null, '*' ]
14 silly lockFile b9899f31-mocha mocha@
15 verbose lock mocha@ /home/anish/.npm/b9899f31-mocha.lock
16 silly addNameRange { name: 'mocha', range: '*', hasData: false }
17 verbose url raw mocha
18 verbose url resolving [ 'https://registry.npmjs.org/', './mocha' ]
19 verbose url resolved https://registry.npmjs.org/mocha
20 info trying registry request attempt 1 at 12:22:38
21 http GET https://registry.npmjs.org/mocha
22 info retry will retry, error on last attempt: Error: getaddrinfo EADDRINFO
23 info trying registry request attempt 2 at 12:23:28
24 http GET https://registry.npmjs.org/mocha
25 info retry will retry, error on last attempt: Error: getaddrinfo EADDRINFO
26 info trying registry request attempt 3 at 12:25:08
27 http GET https://registry.npmjs.org/mocha
28 silly lockFile b9899f31-mocha mocha@
29 silly lockFile b9899f31-mocha mocha@
30 error Error: getaddrinfo EADDRINFO
30 error at errnoException (dns.js:37:11)
30 error at Object.onanswer [as oncomplete] (dns.js:124:16)
31 error If you need help, you may report this *entire* log,
31 error including the npm and node versions, at:
31 error <http://github.com/npm/npm/issues>
32 error System Linux 3.8.0-38-generic
33 error command "/usr/bin/node" "/usr/bin/npm" "install" "-g" "mocha"
34 error cwd /home/anish/final
35 error node -v v0.10.26
36 error npm -v 1.4.3
37 error syscall getaddrinfo
38 error code EADDRINFO
39 error errno EADDRINFO
40 verbose exit [ 1, true ]