-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
64 lines (64 loc) · 3.11 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
0 info it worked if it ends with ok
1 verbose cli [ 'c:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'http-server' ]
2 info using npm@1.4.28
3 info using node@v0.10.33
4 verbose cache add [ 'http-server', null ]
5 verbose cache add name=undefined spec="http-server" args=["http-server",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: 'http-server',
6 verbose parsed url path: 'http-server',
6 verbose parsed url href: 'http-server' }
7 silly lockFile ed608307-http-server http-server
8 verbose lock http-server C:\Users\Snehil Modani\AppData\Roaming\npm-cache\ed608307-http-server.lock
9 silly lockFile ed608307-http-server http-server
10 silly lockFile ed608307-http-server http-server
11 verbose addNamed [ 'http-server', '' ]
12 verbose addNamed [ null, '*' ]
13 silly lockFile 550353c6-http-server http-server@
14 verbose lock http-server@ C:\Users\Snehil Modani\AppData\Roaming\npm-cache\550353c6-http-server.lock
15 silly addNameRange { name: 'http-server', range: '*', hasData: false }
16 verbose request where is /http-server
17 verbose request registry https://registry.npmjs.org/
18 verbose request id 573f2e7739c61646
19 verbose url raw /http-server
20 verbose url resolving [ 'https://registry.npmjs.org/', './http-server' ]
21 verbose url resolved https://registry.npmjs.org/http-server
22 verbose request where is https://registry.npmjs.org/http-server
23 info trying registry request attempt 1 at 10:40:42
24 http GET https://registry.npmjs.org/http-server
25 info retry will retry, error on last attempt: Error: getaddrinfo ENOTFOUND
26 info trying registry request attempt 2 at 10:40:52
27 http GET https://registry.npmjs.org/http-server
28 info retry will retry, error on last attempt: Error: getaddrinfo ENOTFOUND
29 info trying registry request attempt 3 at 10:41:52
30 http GET https://registry.npmjs.org/http-server
31 silly lockFile 550353c6-http-server http-server@
32 silly lockFile 550353c6-http-server http-server@
33 error network getaddrinfo ENOTFOUND
33 error network This is most likely not a problem with npm itself
33 error network and is related to network connectivity.
33 error network In most cases you are behind a proxy or have bad network settings.
33 error network
33 error network If you are behind a proxy, please make sure that the
33 error network 'proxy' config is set properly. See: 'npm help config'
34 error System Windows_NT 6.2.9200
35 error command "c:\\Program Files\\nodejs\\node.exe" "c:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "http-server"
36 error cwd d:\repos\angular-starter
37 error node -v v0.10.33
38 error npm -v 1.4.28
39 error syscall getaddrinfo
40 error code ENOTFOUND
41 error errno ENOTFOUND
42 verbose exit [ 1, true ]