-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
69 lines (69 loc) · 3.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
57
58
59
60
61
62
63
64
65
66
67
68
69
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 '-g',
1 verbose cli 'npmconf' ]
2 info using npm@3.8.6
3 info using node@v5.0.0
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 silly fetchPackageMetaData npmconf
8 silly fetchNamedPackageData npmconf
9 silly mapToRegistry name npmconf
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry http://register.cnpmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry raw: 'npmconf',
12 silly mapToRegistry scope: null,
12 silly mapToRegistry name: 'npmconf',
12 silly mapToRegistry rawSpec: '',
12 silly mapToRegistry spec: 'latest',
12 silly mapToRegistry type: 'tag' }
13 silly mapToRegistry uri http://register.cnpmjs.org/npmconf
14 verbose request uri http://register.cnpmjs.org/npmconf
15 verbose request no auth needed
16 info attempt registry request try #1 at 09:55:07
17 verbose request id 3c4dfd6ab90bc194
18 http request GET http://register.cnpmjs.org/npmconf
19 info retry will retry, error on last attempt: Error: getaddrinfo ENOTFOUND register.cnpmjs.org register.cnpmjs.org:80
20 info attempt registry request try #2 at 09:55:17
21 http request GET http://register.cnpmjs.org/npmconf
22 info retry will retry, error on last attempt: Error: getaddrinfo ENOTFOUND register.cnpmjs.org register.cnpmjs.org:80
23 info attempt registry request try #3 at 09:56:17
24 http request GET http://register.cnpmjs.org/npmconf
25 silly fetchPackageMetaData Error: getaddrinfo ENOTFOUND register.cnpmjs.org register.cnpmjs.org:80
25 silly fetchPackageMetaData at errnoException (dns.js:26:10)
25 silly fetchPackageMetaData at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:77:26)
25 silly fetchPackageMetaData error for npmconf { [Error: getaddrinfo ENOTFOUND register.cnpmjs.org register.cnpmjs.org:80]
25 silly fetchPackageMetaData code: 'ENOTFOUND',
25 silly fetchPackageMetaData errno: 'ENOTFOUND',
25 silly fetchPackageMetaData syscall: 'getaddrinfo',
25 silly fetchPackageMetaData hostname: 'register.cnpmjs.org',
25 silly fetchPackageMetaData host: 'register.cnpmjs.org',
25 silly fetchPackageMetaData port: 80 }
26 silly rollbackFailedOptional Starting
27 silly rollbackFailedOptional Finishing
28 silly runTopLevelLifecycles Starting
29 silly runTopLevelLifecycles Finishing
30 silly install printInstalled
31 verbose stack Error: getaddrinfo ENOTFOUND register.cnpmjs.org register.cnpmjs.org:80
31 verbose stack at errnoException (dns.js:26:10)
31 verbose stack at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:77:26)
32 verbose cwd /Users/tuyu/Documents/myApp
33 error Darwin 14.5.0
34 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "npmconf"
35 error node v5.0.0
36 error npm v3.8.6
37 error code ENOTFOUND
38 error errno ENOTFOUND
39 error syscall getaddrinfo
40 error network getaddrinfo ENOTFOUND register.cnpmjs.org register.cnpmjs.org:80
41 error network This is most likely not a problem with npm itself
41 error network and is related to network connectivity.
41 error network In most cases you are behind a proxy or have bad network settings.
41 error network
41 error network If you are behind a proxy, please make sure that the
41 error network 'proxy' config is set properly. See: 'npm help config'
42 verbose exit [ 1, true ]