-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
executable file
·104 lines (104 loc) · 5.23 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
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' ]
2 info using [email protected]
3 info using [email protected]
4 verbose node symlink C:\Program Files\nodejs\\node.exe
5 warn package.json [email protected] No README data
6 verbose readDependencies using package.json deps
7 verbose install where, deps [ 'C:\\Dito\\Git\\hznet',
7 verbose install [ 'cheerio', 'stylus', 'express', 'jade', 'nib', 'nodemon' ] ]
8 info preinstall [email protected]
9 verbose readDependencies using package.json deps
10 verbose already installed skipping cheerio@* C:\Dito\Git\hznet
11 verbose already installed skipping stylus@* C:\Dito\Git\hznet
12 verbose already installed skipping [email protected] C:\Dito\Git\hznet
13 verbose already installed skipping jade@* C:\Dito\Git\hznet
14 verbose already installed skipping nib@* C:\Dito\Git\hznet
15 verbose cache add [ 'nodemon@*', null ]
16 verbose cache add name=undefined spec="nodemon@*" args=["nodemon@*",null]
17 verbose parsed url { protocol: null,
17 verbose parsed url slashes: null,
17 verbose parsed url auth: null,
17 verbose parsed url host: null,
17 verbose parsed url port: null,
17 verbose parsed url hostname: null,
17 verbose parsed url hash: null,
17 verbose parsed url search: null,
17 verbose parsed url query: null,
17 verbose parsed url pathname: 'nodemon@*',
17 verbose parsed url path: 'nodemon@*',
17 verbose parsed url href: 'nodemon@*' }
18 verbose cache add name="nodemon" spec="*" args=["nodemon","*"]
19 verbose parsed url { protocol: null,
19 verbose parsed url slashes: null,
19 verbose parsed url auth: null,
19 verbose parsed url host: null,
19 verbose parsed url port: null,
19 verbose parsed url hostname: null,
19 verbose parsed url hash: null,
19 verbose parsed url search: null,
19 verbose parsed url query: null,
19 verbose parsed url pathname: '*',
19 verbose parsed url path: '*',
19 verbose parsed url href: '*' }
20 verbose addNamed [ 'nodemon', '*' ]
21 verbose addNamed [ null, '*' ]
22 silly lockFile fbeb9aa5-nodemon nodemon@*
23 verbose lock nodemon@* C:\Users\Zoki\AppData\Roaming\npm-cache\fbeb9aa5-nodemon.lock
24 silly addNameRange { name: 'nodemon', range: '*', hasData: false }
25 verbose url raw nodemon
26 verbose url resolving [ 'https://registry.npmjs.org/', './nodemon' ]
27 verbose url resolved https://registry.npmjs.org/nodemon
28 info trying registry request attempt 1 at 18:49:25
29 http GET https://registry.npmjs.org/nodemon
30 info retry will retry, error on last attempt: Error: connect ETIMEDOUT
31 info trying registry request attempt 2 at 18:49:56
32 http GET https://registry.npmjs.org/nodemon
33 info retry will retry, error on last attempt: Error: connect ETIMEDOUT
34 info trying registry request attempt 3 at 18:51:18
35 http GET https://registry.npmjs.org/nodemon
36 http 500 https://registry.npmjs.org/nodemon
37 verbose bad json Internal routing error
37 verbose bad json
37 verbose bad json Sorry, we cannot connect to the intended server.
37 verbose bad json
37 verbose bad json We have just been notified of this problem. We will correct it as soon as possible.
37 verbose bad json
37 verbose bad json Feel free to contact us if you have any questions: [email protected]
38 error registry error parsing json
39 silly registry.get cb [ 500,
39 silly registry.get { 'content-type': 'text/plain', 'content-length': '239' } ]
40 silly lockFile fbeb9aa5-nodemon nodemon@*
41 silly lockFile fbeb9aa5-nodemon nodemon@*
42 error SyntaxError: Unexpected token I
42 error Internal routing error
42 error
42 error Sorry, we cannot connect to the intended server.
42 error
42 error We have just been notified of this problem. We will correct it as soon as possible.
42 error
42 error Feel free to contact us if you have any questions: [email protected]
42 error
42 error at Object.parse (native)
42 error at RegClient.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:238:23)
42 error at Request.self.callback (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:129:22)
42 error at Request.EventEmitter.emit (events.js:98:17)
42 error at Request.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:873:14)
42 error at Request.EventEmitter.emit (events.js:117:20)
42 error at IncomingMessage.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:824:12)
42 error at IncomingMessage.EventEmitter.emit (events.js:117:20)
42 error at _stream_readable.js:920:16
42 error at process._tickCallback (node.js:415:13)
43 error If you need help, you may report this log at:
43 error <http://github.com/isaacs/npm/issues>
43 error or email it to:
43 error <[email protected]>
44 error System Windows_NT 6.1.7601
45 error command "C:\\Program Files\\nodejs\\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install"
46 error cwd C:\Dito\Git\hznet
47 error node -v v0.10.21
48 error npm -v 1.3.11
49 error type unexpected_token
50 verbose exit [ 1, true ]