forked from Jay214/myblog-koa2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
176 lines (176 loc) · 9.91 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
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 'n' ]
2 info using npm@2.15.1
3 info using node@v4.4.3
4 verbose install initial load of C:\Users\Jay\AppData\Roaming\npm\package.json
5 verbose readDependencies loading dependencies from C:\Users\Jay\AppData\Roaming\npm\package.json
6 silly cache add args [ 'n', null ]
7 verbose cache add spec n
8 silly cache add parsed spec Result {
8 silly cache add raw: 'n',
8 silly cache add scope: null,
8 silly cache add name: 'n',
8 silly cache add rawSpec: '',
8 silly cache add spec: 'latest',
8 silly cache add type: 'tag' }
9 silly addNamed n@latest
10 verbose addNamed "latest" is being treated as a dist-tag for n
11 info addNameTag [ 'n', 'latest' ]
12 silly mapToRegistry name n
13 silly mapToRegistry using default registry
14 silly mapToRegistry registry https://registry.npmjs.org/
15 silly mapToRegistry data Result {
15 silly mapToRegistry raw: 'n',
15 silly mapToRegistry scope: null,
15 silly mapToRegistry name: 'n',
15 silly mapToRegistry rawSpec: '',
15 silly mapToRegistry spec: 'latest',
15 silly mapToRegistry type: 'tag' }
16 silly mapToRegistry uri https://registry.npmjs.org/n
17 verbose addNameTag registry:https://registry.npmjs.org/n not in flight; fetching
18 verbose request uri https://registry.npmjs.org/n
19 verbose request no auth needed
20 info attempt registry request try #1 at 17:08:21
21 verbose request id 7ba70a78418b77e3
22 http request GET https://registry.npmjs.org/n
23 http 200 https://registry.npmjs.org/n
24 verbose headers { server: 'nginx/1.10.3',
24 verbose headers 'content-type': 'application/json',
24 verbose headers 'last-modified': 'Mon, 30 Oct 2017 16:43:39 GMT',
24 verbose headers etag: 'W/"59f756bb-116d0"',
24 verbose headers 'content-encoding': 'gzip',
24 verbose headers 'cache-control': 'max-age=300',
24 verbose headers 'content-length': '11800',
24 verbose headers 'accept-ranges': 'bytes',
24 verbose headers date: 'Thu, 09 Nov 2017 09:08:22 GMT',
24 verbose headers via: '1.1 varnish',
24 verbose headers age: '238',
24 verbose headers connection: 'keep-alive',
24 verbose headers 'x-served-by': 'cache-nrt6135-NRT',
24 verbose headers 'x-cache': 'HIT',
24 verbose headers 'x-cache-hits': '1',
24 verbose headers 'x-timer': 'S1510218503.594143,VS0,VE0',
24 verbose headers vary: 'Accept-Encoding, Accept' }
25 silly get cb [ 200,
25 silly get { server: 'nginx/1.10.3',
25 silly get 'content-type': 'application/json',
25 silly get 'last-modified': 'Mon, 30 Oct 2017 16:43:39 GMT',
25 silly get etag: 'W/"59f756bb-116d0"',
25 silly get 'content-encoding': 'gzip',
25 silly get 'cache-control': 'max-age=300',
25 silly get 'content-length': '11800',
25 silly get 'accept-ranges': 'bytes',
25 silly get date: 'Thu, 09 Nov 2017 09:08:22 GMT',
25 silly get via: '1.1 varnish',
25 silly get age: '238',
25 silly get connection: 'keep-alive',
25 silly get 'x-served-by': 'cache-nrt6135-NRT',
25 silly get 'x-cache': 'HIT',
25 silly get 'x-cache-hits': '1',
25 silly get 'x-timer': 'S1510218503.594143,VS0,VE0',
25 silly get vary: 'Accept-Encoding, Accept' } ]
26 verbose get saving n to C:\Users\Jay\AppData\Roaming\npm-cache\registry.npmjs.org\n\.cache.json
27 verbose correctMkdir C:\Users\Jay\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
28 silly addNameTag next cb for n with tag latest
29 silly addNamed n@2.1.8
30 verbose addNamed "2.1.8" is a plain semver version for n
31 silly mapToRegistry name n
32 silly mapToRegistry using default registry
33 silly mapToRegistry registry https://registry.npmjs.org/
34 silly mapToRegistry data Result {
34 silly mapToRegistry raw: 'n',
34 silly mapToRegistry scope: null,
34 silly mapToRegistry name: 'n',
34 silly mapToRegistry rawSpec: '',
34 silly mapToRegistry spec: 'latest',
34 silly mapToRegistry type: 'tag' }
35 silly mapToRegistry uri https://registry.npmjs.org/n
36 verbose addRemoteTarball https://registry.npmjs.org/n/-/n-2.1.8.tgz not in flight; adding
37 verbose addRemoteTarball [ 'https://registry.npmjs.org/n/-/n-2.1.8.tgz',
37 verbose addRemoteTarball '9b770f6ae0a93c49c64fb614625a63cc5a22d1fd' ]
38 info retry fetch attempt 1 at 17:08:21
39 info attempt registry request try #1 at 17:08:21
40 http fetch GET https://registry.npmjs.org/n/-/n-2.1.8.tgz
41 http fetch 200 https://registry.npmjs.org/n/-/n-2.1.8.tgz
42 silly fetchAndShaCheck shasum 9b770f6ae0a93c49c64fb614625a63cc5a22d1fd
43 verbose addTmpTarball C:\Users\Jay\AppData\Local\Temp\npm-2032-2682ae42\registry.npmjs.org\n\-\n-2.1.8.tgz not in flight; adding
44 verbose addTmpTarball already have metadata; skipping unpack for n@2.1.8
45 verbose correctMkdir C:\Users\Jay\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
46 silly cache afterAdd n@2.1.8
47 verbose afterAdd C:\Users\Jay\AppData\Roaming\npm-cache\n\2.1.8\package\package.json not in flight; writing
48 verbose correctMkdir C:\Users\Jay\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
49 verbose afterAdd C:\Users\Jay\AppData\Roaming\npm-cache\n\2.1.8\package\package.json written
50 silly install resolved [ { name: 'n',
50 silly install resolved description: 'Interactively Manage All Your Node Versions',
50 silly install resolved version: '2.1.8',
50 silly install resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' },
50 silly install resolved homepage: 'https://github.com/tj/n',
50 silly install resolved bugs: { url: 'https://github.com/tj/n/issues' },
50 silly install resolved contributors: [ [Object], [Object], [Object] ],
50 silly install resolved keywords:
50 silly install resolved [ 'nvm',
50 silly install resolved 'node',
50 silly install resolved 'version',
50 silly install resolved 'manager',
50 silly install resolved 'switcher',
50 silly install resolved 'node',
50 silly install resolved 'binary',
50 silly install resolved 'env' ],
50 silly install resolved bin: { n: './bin/n' },
50 silly install resolved repository: { type: 'git', url: 'git://github.com/tj/n.git' },
50 silly install resolved preferGlobal: true,
50 silly install resolved os: [ '!win32' ],
50 silly install resolved engines: { node: '*' },
50 silly install resolved license: 'MIT',
50 silly install resolved gitHead: '14ab6ff01f3b673e2e29f465a00e0b29643bb8d9',
50 silly install resolved _id: 'n@2.1.8',
50 silly install resolved _npmVersion: '5.0.3',
50 silly install resolved _nodeVersion: '8.1.2',
50 silly install resolved _npmUser: { name: 'troy0820', email: 'troy0820@gmail.com' },
50 silly install resolved dist:
50 silly install resolved { integrity: 'sha512-VN3To6jBHSdTHmv+fT00V1nBdj3MWdcOlEKBEaUtXKRqQhuN289B9Jym9P/L3rXfafAsapmh4Fcr/DUR8DGJVg==',
50 silly install resolved shasum: '9b770f6ae0a93c49c64fb614625a63cc5a22d1fd',
50 silly install resolved tarball: 'https://registry.npmjs.org/n/-/n-2.1.8.tgz' },
50 silly install resolved maintainers: [ [Object], [Object], [Object], [Object], [Object], [Object] ],
50 silly install resolved _npmOperationalInternal:
50 silly install resolved { host: 's3://npm-registry-packages',
50 silly install resolved tmp: 'tmp/n-2.1.8.tgz_1498880450388_0.9696143395267427' },
50 silly install resolved directories: {},
50 silly install resolved _shasum: '9b770f6ae0a93c49c64fb614625a63cc5a22d1fd',
50 silly install resolved _resolved: 'https://registry.npmjs.org/n/-/n-2.1.8.tgz',
50 silly install resolved _from: 'n@latest' } ]
51 info install n@2.1.8 into C:\Users\Jay\AppData\Roaming\npm
52 info installOne n@2.1.8
53 verbose installOne of n to C:\Users\Jay\AppData\Roaming\npm not in flight; installing
54 verbose correctMkdir C:\Users\Jay\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing
55 verbose lock using C:\Users\Jay\AppData\Roaming\npm-cache\_locks\n-e5df98a9095b1a61.lock for C:\Users\Jay\AppData\Roaming\npm\node_modules\n
56 verbose unlock done using C:\Users\Jay\AppData\Roaming\npm-cache\_locks\n-e5df98a9095b1a61.lock for C:\Users\Jay\AppData\Roaming\npm\node_modules\n
57 verbose stack Error: Unsupported
57 verbose stack at checkPlatform (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-install-checks\index.js:47:14)
57 verbose stack at Array.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\bind-actor.js:15:8)
57 verbose stack at LOOP (C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\chain.js:15:14)
57 verbose stack at C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\chain.js:18:7
57 verbose stack at checkEngine (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-install-checks\index.js:26:10)
57 verbose stack at Array.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\bind-actor.js:15:8)
57 verbose stack at LOOP (C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\chain.js:15:14)
57 verbose stack at chain (C:\Program Files\nodejs\node_modules\npm\node_modules\slide\lib\chain.js:20:5)
57 verbose stack at C:\Program Files\nodejs\node_modules\npm\lib\install.js:1038:5
57 verbose stack at C:\Program Files\nodejs\node_modules\npm\lib\utils\locker.js:39:7
58 verbose pkgid n@2.1.8
59 verbose cwd E:\myblog
60 error Windows_NT 10.0.10240
61 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "n"
62 error node v4.4.3
63 error npm v2.15.1
64 error code EBADPLATFORM
65 error notsup Unsupported
65 error notsup Not compatible with your operating system or architecture: n@2.1.8
65 error notsup Valid OS: !win32
65 error notsup Valid Arch: any
65 error notsup Actual OS: win32
65 error notsup Actual Arch: x64
66 verbose exit [ 1, true ]