-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
248 lines (248 loc) · 14.2 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
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 'webpack',
1 verbose cli '-g' ]
2 info using [email protected]
3 info using [email protected]
4 verbose install initial load of /usr/local/lib/package.json
5 verbose readDependencies loading dependencies from /usr/local/lib/package.json
6 silly cache add args [ 'webpack', null ]
7 verbose cache add spec webpack
8 silly cache add parsed spec Result {
8 silly cache add raw: 'webpack',
8 silly cache add scope: null,
8 silly cache add name: 'webpack',
8 silly cache add rawSpec: '',
8 silly cache add spec: 'latest',
8 silly cache add type: 'tag' }
9 silly addNamed webpack@latest
10 verbose addNamed "latest" is being treated as a dist-tag for webpack
11 info addNameTag [ 'webpack', 'latest' ]
12 silly mapToRegistry name webpack
13 silly mapToRegistry using default registry
14 silly mapToRegistry registry https://registry.npmjs.org/
15 silly mapToRegistry data Result {
15 silly mapToRegistry raw: 'webpack',
15 silly mapToRegistry scope: null,
15 silly mapToRegistry name: 'webpack',
15 silly mapToRegistry rawSpec: '',
15 silly mapToRegistry spec: 'latest',
15 silly mapToRegistry type: 'tag' }
16 silly mapToRegistry uri https://registry.npmjs.org/webpack
17 verbose addNameTag registry:https://registry.npmjs.org/webpack not in flight; fetching
18 verbose request uri https://registry.npmjs.org/webpack
19 verbose request no auth needed
20 info attempt registry request try #1 at 2:33:23 PM
21 verbose request id f5b33dab3036fedb
22 http request GET https://registry.npmjs.org/webpack
23 http 200 https://registry.npmjs.org/webpack
24 verbose headers { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
24 verbose headers etag: '"DDUBSNOHMHPUGZ9JFWSP9143J"',
24 verbose headers 'content-type': 'application/json',
24 verbose headers 'content-encoding': 'gzip',
24 verbose headers 'cache-control': 'max-age=300',
24 verbose headers 'content-length': '65733',
24 verbose headers 'accept-ranges': 'bytes',
24 verbose headers date: 'Wed, 07 Sep 2016 18:33:23 GMT',
24 verbose headers via: '1.1 varnish',
24 verbose headers age: '132',
24 verbose headers connection: 'keep-alive',
24 verbose headers 'x-served-by': 'cache-iad2637-IAD',
24 verbose headers 'x-cache': 'HIT',
24 verbose headers 'x-cache-hits': '1',
24 verbose headers 'x-timer': 'S1473273203.847319,VS0,VE0',
24 verbose headers vary: 'Accept-Encoding' }
25 silly get cb [ 200,
25 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
25 silly get etag: '"DDUBSNOHMHPUGZ9JFWSP9143J"',
25 silly get 'content-type': 'application/json',
25 silly get 'content-encoding': 'gzip',
25 silly get 'cache-control': 'max-age=300',
25 silly get 'content-length': '65733',
25 silly get 'accept-ranges': 'bytes',
25 silly get date: 'Wed, 07 Sep 2016 18:33:23 GMT',
25 silly get via: '1.1 varnish',
25 silly get age: '132',
25 silly get connection: 'keep-alive',
25 silly get 'x-served-by': 'cache-iad2637-IAD',
25 silly get 'x-cache': 'HIT',
25 silly get 'x-cache-hits': '1',
25 silly get 'x-timer': 'S1473273203.847319,VS0,VE0',
25 silly get vary: 'Accept-Encoding' } ]
26 verbose get saving webpack to /Users/mcarrano/.npm/registry.npmjs.org/webpack/.cache.json
27 verbose correctMkdir /Users/mcarrano/.npm correctMkdir not in flight; initializing
28 silly addNameTag next cb for webpack with tag latest
29 silly addNamed [email protected]
30 verbose addNamed "1.13.2" is a plain semver version for webpack
31 silly mapToRegistry name webpack
32 silly mapToRegistry using default registry
33 silly mapToRegistry registry https://registry.npmjs.org/
34 silly mapToRegistry data Result {
34 silly mapToRegistry raw: 'webpack',
34 silly mapToRegistry scope: null,
34 silly mapToRegistry name: 'webpack',
34 silly mapToRegistry rawSpec: '',
34 silly mapToRegistry spec: 'latest',
34 silly mapToRegistry type: 'tag' }
35 silly mapToRegistry uri https://registry.npmjs.org/webpack
36 verbose addRemoteTarball https://registry.npmjs.org/webpack/-/webpack-1.13.2.tgz not in flight; adding
37 verbose addRemoteTarball [ 'https://registry.npmjs.org/webpack/-/webpack-1.13.2.tgz',
37 verbose addRemoteTarball 'f11a96f458eb752970a86abe746c0704fabafaf3' ]
38 info retry fetch attempt 1 at 2:33:24 PM
39 info attempt registry request try #1 at 2:33:24 PM
40 http fetch GET https://registry.npmjs.org/webpack/-/webpack-1.13.2.tgz
41 http fetch 200 https://registry.npmjs.org/webpack/-/webpack-1.13.2.tgz
42 silly fetchAndShaCheck shasum f11a96f458eb752970a86abe746c0704fabafaf3
43 verbose addTmpTarball /var/folders/zt/2j3bkw8n19l5wz_fpq6bx88r0000gn/T/npm-1617-32c4b5b3/registry.npmjs.org/webpack/-/webpack-1.13.2.tgz not in flight; adding
44 verbose addTmpTarball already have metadata; skipping unpack for [email protected]
45 verbose correctMkdir /Users/mcarrano/.npm correctMkdir not in flight; initializing
46 silly cache afterAdd [email protected]
47 verbose afterAdd /Users/mcarrano/.npm/webpack/1.13.2/package/package.json not in flight; writing
48 verbose correctMkdir /Users/mcarrano/.npm correctMkdir not in flight; initializing
49 verbose afterAdd /Users/mcarrano/.npm/webpack/1.13.2/package/package.json written
50 silly install resolved [ { name: 'webpack',
50 silly install resolved version: '1.13.2',
50 silly install resolved author: { name: 'Tobias Koppers @sokra' },
50 silly install resolved description: 'Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.',
50 silly install resolved dependencies:
50 silly install resolved { async: '^1.3.0',
50 silly install resolved clone: '^1.0.2',
50 silly install resolved 'enhanced-resolve': '~0.9.0',
50 silly install resolved acorn: '^3.0.0',
50 silly install resolved interpret: '^0.6.4',
50 silly install resolved 'loader-utils': '^0.2.11',
50 silly install resolved 'memory-fs': '~0.3.0',
50 silly install resolved mkdirp: '~0.5.0',
50 silly install resolved 'node-libs-browser': '^0.6.0',
50 silly install resolved optimist: '~0.6.0',
50 silly install resolved 'supports-color': '^3.1.0',
50 silly install resolved tapable: '~0.1.8',
50 silly install resolved 'uglify-js': '~2.6.0',
50 silly install resolved watchpack: '^0.2.1',
50 silly install resolved 'webpack-core': '~0.6.0' },
50 silly install resolved license: 'MIT',
50 silly install resolved devDependencies:
50 silly install resolved { benchmark: '^1.0.0',
50 silly install resolved 'bundle-loader': '~0.5.0',
50 silly install resolved 'codecov.io': '^0.1.2',
50 silly install resolved 'coffee-loader': '~0.7.1',
50 silly install resolved 'coffee-script': '^1.10.0',
50 silly install resolved 'component-webpack-plugin': '~0.2.0',
50 silly install resolved coveralls: '^2.11.2',
50 silly install resolved 'css-loader': '~0.15.0',
50 silly install resolved diff: '^2.0.2',
50 silly install resolved eslint: '^1.1.0',
50 silly install resolved 'eslint-plugin-nodeca': '^1.0.3',
50 silly install resolved express: '~4.13.1',
50 silly install resolved 'extract-text-webpack-plugin': '~0.8.0',
50 silly install resolved 'file-loader': '~0.8.0',
50 silly install resolved glob: '^5.0.14',
50 silly install resolved 'i18n-webpack-plugin': '~0.2.0',
50 silly install resolved istanbul: '^0.3.13',
50 silly install resolved jade: '^1.11.0',
50 silly install resolved 'jade-loader': '~0.7.0',
50 silly install resolved 'js-beautify': '^1.5.10',
50 silly install resolved 'json-loader': '~0.5.1',
50 silly install resolved less: '^2.5.1',
50 silly install resolved 'less-loader': '^2.0.0',
50 silly install resolved mocha: '~2.2.0',
50 silly install resolved 'mocha-lcov-reporter': '0.0.2',
50 silly install resolved 'raw-loader': '~0.5.0',
50 silly install resolved 'script-loader': '~0.6.0',
50 silly install resolved should: '^7.0.2',
50 silly install resolved 'style-loader': '~0.12.0',
50 silly install resolved 'url-loader': '~0.5.0',
50 silly install resolved 'val-loader': '~0.5.0',
50 silly install resolved 'vm-browserify': '~0.0.0',
50 silly install resolved 'webpack-dev-middleware': '^1.0.0',
50 silly install resolved 'worker-loader': '~0.6.0' },
50 silly install resolved engines: { node: '>=0.6' },
50 silly install resolved repository:
50 silly install resolved { type: 'git',
50 silly install resolved url: 'git+https://github.com/webpack/webpack.git' },
50 silly install resolved homepage: 'https://github.com/webpack/webpack',
50 silly install resolved main: 'lib/webpack.js',
50 silly install resolved web: 'lib/webpack.web.js',
50 silly install resolved bin: { webpack: './bin/webpack.js' },
50 silly install resolved files: [ 'lib/', 'bin/', 'buildin/', 'hot/', 'web_modules/' ],
50 silly install resolved scripts:
50 silly install resolved { pretest: 'npm run lint && npm run beautify-lint',
50 silly install resolved test: 'mocha',
50 silly install resolved travis: 'npm run cover -- --report lcovonly',
50 silly install resolved lint: 'eslint lib bin hot scripts',
50 silly install resolved 'beautify-lint': 'node ./scripts/beautify-check',
50 silly install resolved beautify: 'node ./scripts/beautify-rewrite',
50 silly install resolved precover: 'npm run lint && npm run beautify-lint',
50 silly install resolved cover: 'istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha',
50 silly install resolved 'publish-patch': 'npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish' },
50 silly install resolved gitHead: '4b20545b375da82aa6418e6d498f01d543110af0',
50 silly install resolved bugs: { url: 'https://github.com/webpack/webpack/issues' },
50 silly install resolved _id: '[email protected]',
50 silly install resolved _shasum: 'f11a96f458eb752970a86abe746c0704fabafaf3',
50 silly install resolved _from: 'webpack@latest',
50 silly install resolved _npmVersion: '3.8.3',
50 silly install resolved _nodeVersion: '5.10.1',
50 silly install resolved _npmUser: { name: 'sokra', email: '[email protected]' },
50 silly install resolved dist:
50 silly install resolved { shasum: 'f11a96f458eb752970a86abe746c0704fabafaf3',
50 silly install resolved tarball: 'https://registry.npmjs.org/webpack/-/webpack-1.13.2.tgz' },
50 silly install resolved maintainers: [ [Object] ],
50 silly install resolved _npmOperationalInternal:
50 silly install resolved { host: 'packages-16-east.internal.npmjs.com',
50 silly install resolved tmp: 'tmp/webpack-1.13.2.tgz_1471509127953_0.21838289056904614' },
50 silly install resolved directories: {},
50 silly install resolved _resolved: 'https://registry.npmjs.org/webpack/-/webpack-1.13.2.tgz' } ]
51 info install [email protected] into /usr/local/lib
52 info installOne [email protected]
53 verbose installOne of webpack to /usr/local/lib not in flight; installing
54 verbose correctMkdir /Users/mcarrano/.npm/_locks correctMkdir not in flight; initializing
55 verbose lock using /Users/mcarrano/.npm/_locks/webpack-865c90cad072eb35.lock for /usr/local/lib/node_modules/webpack
56 silly install write writing webpack 1.13.2 to /usr/local/lib/node_modules/webpack
57 verbose unbuild lib/node_modules/webpack
58 silly gentlyRm /usr/local/lib/node_modules/webpack is being purged from base /usr/local
59 verbose gentlyRm don't care about contents; nuking /usr/local/lib/node_modules/webpack
60 verbose tar unpack /Users/mcarrano/.npm/webpack/1.13.2/package.tgz
61 verbose tar unpacking to /usr/local/lib/node_modules/webpack
62 silly gentlyRm /usr/local/lib/node_modules/webpack is being purged
63 verbose gentlyRm don't care about contents; nuking /usr/local/lib/node_modules/webpack
64 silly gunzTarPerm modes [ '755', '644' ]
65 error tar.unpack untar error /Users/mcarrano/.npm/webpack/1.13.2/package.tgz
66 verbose unlock done using /Users/mcarrano/.npm/_locks/webpack-865c90cad072eb35.lock for /usr/local/lib/node_modules/webpack
67 verbose fstream_path /usr/local/lib/node_modules/webpack
68 verbose fstream_type Directory
69 verbose fstream_class DirWriter
70 verbose stack Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/webpack'
70 verbose stack at Error (native)
71 verbose fstream_stack /usr/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:35:25
71 verbose fstream_stack /usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:47:53
71 verbose fstream_stack FSReqWrap.oncomplete (fs.js:82:15)
72 verbose cwd /Users/mcarrano/patternfly-demo-app
73 error Darwin 15.6.0
74 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "webpack" "-g"
75 error node v4.4.2
76 error npm v2.15.0
77 error path /usr/local/lib/node_modules/webpack
78 error code EACCES
79 error errno -13
80 error syscall mkdir
81 error Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/webpack'
81 error at Error (native)
81 error { [Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/webpack']
81 error errno: -13,
81 error code: 'EACCES',
81 error syscall: 'mkdir',
81 error path: '/usr/local/lib/node_modules/webpack',
81 error fstream_type: 'Directory',
81 error fstream_path: '/usr/local/lib/node_modules/webpack',
81 error fstream_class: 'DirWriter',
81 error fstream_stack:
81 error [ '/usr/local/lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js:35:25',
81 error '/usr/local/lib/node_modules/npm/node_modules/mkdirp/index.js:47:53',
81 error 'FSReqWrap.oncomplete (fs.js:82:15)' ] }
82 error Please try running this command again as root/Administrator.
83 verbose exit [ -13, true ]
84 verbose unbuild lib/node_modules/webpack
85 silly gentlyRm /usr/local/lib/node_modules/webpack is being purged from base /usr/local
86 verbose gentlyRm don't care about contents; nuking /usr/local/lib/node_modules/webpack