-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnpm-debug.log
61 lines (61 loc) · 2.94 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
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files (x86)\\nodejs\\\\node.exe',
1 verbose cli 'C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'grunt-cli' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink C:\Program Files (x86)\nodejs\\node.exe
5 verbose cache add [ 'grunt-cli', null ]
6 verbose cache add name=undefined spec="grunt-cli" args=["grunt-cli",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: 'grunt-cli',
7 verbose parsed url path: 'grunt-cli',
7 verbose parsed url href: 'grunt-cli' }
8 silly lockFile 671ef8ac-grunt-cli grunt-cli
9 verbose lock grunt-cli C:\Users\lizc\AppData\Roaming\npm-cache\671ef8ac-grunt-cli.lock
10 silly lockFile 671ef8ac-grunt-cli grunt-cli
11 silly lockFile 671ef8ac-grunt-cli grunt-cli
12 verbose addNamed [ 'grunt-cli', '' ]
13 verbose addNamed [ null, '*' ]
14 silly lockFile d63f3d0b-grunt-cli grunt-cli@
15 verbose lock grunt-cli@ C:\Users\lizc\AppData\Roaming\npm-cache\d63f3d0b-grunt-cli.lock
16 silly addNameRange { name: 'grunt-cli', range: '*', hasData: false }
17 verbose url raw grunt-cli
18 verbose url resolving [ 'http://registry.mpmjs.vitecho.com/', './grunt-cli' ]
19 verbose url resolved http://registry.mpmjs.vitecho.com/grunt-cli
20 info trying registry request attempt 1 at 10:26:08
21 http GET http://registry.mpmjs.vitecho.com/grunt-cli
22 info retry will retry, error on last attempt: Error: connect ETIMEDOUT
23 info trying registry request attempt 2 at 10:26:40
24 http GET http://registry.mpmjs.vitecho.com/grunt-cli
25 info retry will retry, error on last attempt: Error: connect ETIMEDOUT
26 info trying registry request attempt 3 at 10:28:01
27 http GET http://registry.mpmjs.vitecho.com/grunt-cli
28 silly lockFile d63f3d0b-grunt-cli grunt-cli@
29 silly lockFile d63f3d0b-grunt-cli grunt-cli@
30 error network connect ETIMEDOUT
30 error network This is most likely not a problem with npm itself
30 error network and is related to network connectivity.
30 error network In most cases you are behind a proxy or have bad network settings.
30 error network
30 error network If you are behind a proxy, please make sure that the
30 error network 'proxy' config is set properly. See: 'npm help config'
31 error System Windows_NT 6.1.7601
32 error command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "grunt-cli"
33 error cwd D:\angulr_admin_1.3.3
34 error node -v v0.10.29
35 error npm -v 1.4.14
36 error syscall connect
37 error code ETIMEDOUT
38 error errno ETIMEDOUT
39 verbose exit [ 1, true ]