-
Notifications
You must be signed in to change notification settings - Fork 1
/
npm-debug.log
664 lines (664 loc) · 32.4 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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
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 'sleep' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData sleep
8 silly fetchNamedPackageData sleep
9 silly mapToRegistry name sleep
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry data Result {
12 silly mapToRegistry raw: 'sleep',
12 silly mapToRegistry scope: null,
12 silly mapToRegistry escapedName: 'sleep',
12 silly mapToRegistry name: 'sleep',
12 silly mapToRegistry rawSpec: '',
12 silly mapToRegistry spec: 'latest',
12 silly mapToRegistry type: 'tag' }
13 silly mapToRegistry uri https://registry.npmjs.org/sleep
14 verbose request uri https://registry.npmjs.org/sleep
15 verbose request no auth needed
16 info attempt registry request try #1 at 14:13:26
17 verbose request id 6d01290291a03e74
18 verbose etag W/"59ccf5b3-5726"
19 verbose lastModified Thu, 28 Sep 2017 13:14:27 GMT
20 http request GET https://registry.npmjs.org/sleep
21 http 304 https://registry.npmjs.org/sleep
22 verbose headers { date: 'Sat, 30 Sep 2017 07:13:26 GMT',
22 verbose headers via: '1.1 varnish',
22 verbose headers 'cache-control': 'max-age=300',
22 verbose headers etag: 'W/"59ccf5b3-5726"',
22 verbose headers age: '72',
22 verbose headers connection: 'keep-alive',
22 verbose headers 'x-served-by': 'cache-sin18031-SIN',
22 verbose headers 'x-cache': 'HIT',
22 verbose headers 'x-cache-hits': '1',
22 verbose headers 'x-timer': 'S1506755607.877590,VS0,VE0',
22 verbose headers vary: 'Accept-Encoding, Accept' }
23 silly get cb [ 304,
23 silly get { date: 'Sat, 30 Sep 2017 07:13:26 GMT',
23 silly get via: '1.1 varnish',
23 silly get 'cache-control': 'max-age=300',
23 silly get etag: 'W/"59ccf5b3-5726"',
23 silly get age: '72',
23 silly get connection: 'keep-alive',
23 silly get 'x-served-by': 'cache-sin18031-SIN',
23 silly get 'x-cache': 'HIT',
23 silly get 'x-cache-hits': '1',
23 silly get 'x-timer': 'S1506755607.877590,VS0,VE0',
23 silly get vary: 'Accept-Encoding, Accept' } ]
24 verbose etag https://registry.npmjs.org/sleep from cache
25 verbose get saving sleep to C:\Users\MuMoo\AppData\Roaming\npm-cache\registry.npmjs.org\sleep\.cache.json
26 verbose correctMkdir C:\Users\MuMoo\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
27 silly install normalizeTree
28 silly loadCurrentTree Finishing
29 silly loadIdealTree Starting
30 silly install loadIdealTree
31 silly cloneCurrentTree Starting
32 silly install cloneCurrentTreeToIdealTree
33 silly cloneCurrentTree Finishing
34 silly loadShrinkwrap Starting
35 silly install loadShrinkwrap
36 silly loadShrinkwrap Finishing
37 silly loadAllDepsIntoIdealTree Starting
38 silly install loadAllDepsIntoIdealTree
39 silly resolveWithNewModule [email protected] checking installable status
40 silly cache add args [ 'sleep', null ]
41 verbose cache add spec sleep
42 silly cache add parsed spec Result {
42 silly cache add raw: 'sleep',
42 silly cache add scope: null,
42 silly cache add escapedName: 'sleep',
42 silly cache add name: 'sleep',
42 silly cache add rawSpec: '',
42 silly cache add spec: 'latest',
42 silly cache add type: 'tag' }
43 silly addNamed sleep@latest
44 verbose addNamed "latest" is being treated as a dist-tag for sleep
45 info addNameTag [ 'sleep', 'latest' ]
46 silly mapToRegistry name sleep
47 silly mapToRegistry using default registry
48 silly mapToRegistry registry https://registry.npmjs.org/
49 silly mapToRegistry data Result {
49 silly mapToRegistry raw: 'sleep',
49 silly mapToRegistry scope: null,
49 silly mapToRegistry escapedName: 'sleep',
49 silly mapToRegistry name: 'sleep',
49 silly mapToRegistry rawSpec: '',
49 silly mapToRegistry spec: 'latest',
49 silly mapToRegistry type: 'tag' }
50 silly mapToRegistry uri https://registry.npmjs.org/sleep
51 verbose addNameTag registry:https://registry.npmjs.org/sleep not in flight; fetching
52 verbose get https://registry.npmjs.org/sleep not expired, no request
53 silly addNameTag next cb for sleep with tag latest
54 silly addNamed [email protected]
55 verbose addNamed "5.1.1" is a plain semver version for sleep
56 silly cache afterAdd [email protected]
57 verbose afterAdd C:\Users\MuMoo\AppData\Roaming\npm-cache\sleep\5.1.1\package\package.json not in flight; writing
58 verbose correctMkdir C:\Users\MuMoo\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
59 verbose afterAdd C:\Users\MuMoo\AppData\Roaming\npm-cache\sleep\5.1.1\package\package.json written
60 silly fetchNamedPackageData nan
61 silly mapToRegistry name nan
62 silly mapToRegistry using default registry
63 silly mapToRegistry registry https://registry.npmjs.org/
64 silly mapToRegistry data Result {
64 silly mapToRegistry raw: 'nan',
64 silly mapToRegistry scope: null,
64 silly mapToRegistry escapedName: 'nan',
64 silly mapToRegistry name: 'nan',
64 silly mapToRegistry rawSpec: '',
64 silly mapToRegistry spec: 'latest',
64 silly mapToRegistry type: 'tag' }
65 silly mapToRegistry uri https://registry.npmjs.org/nan
66 verbose request uri https://registry.npmjs.org/nan
67 verbose request no auth needed
68 info attempt registry request try #1 at 14:13:28
69 verbose etag W/"59c33594-20237"
70 verbose lastModified Thu, 21 Sep 2017 03:44:20 GMT
71 http request GET https://registry.npmjs.org/nan
72 http 304 https://registry.npmjs.org/nan
73 verbose headers { date: 'Sat, 30 Sep 2017 07:13:27 GMT',
73 verbose headers via: '1.1 varnish',
73 verbose headers 'cache-control': 'max-age=300',
73 verbose headers etag: 'W/"59c33594-20237"',
73 verbose headers age: '36',
73 verbose headers connection: 'keep-alive',
73 verbose headers 'x-served-by': 'cache-sin18031-SIN',
73 verbose headers 'x-cache': 'HIT',
73 verbose headers 'x-cache-hits': '1',
73 verbose headers 'x-timer': 'S1506755607.316374,VS0,VE0',
73 verbose headers vary: 'Accept-Encoding, Accept' }
74 silly get cb [ 304,
74 silly get { date: 'Sat, 30 Sep 2017 07:13:27 GMT',
74 silly get via: '1.1 varnish',
74 silly get 'cache-control': 'max-age=300',
74 silly get etag: 'W/"59c33594-20237"',
74 silly get age: '36',
74 silly get connection: 'keep-alive',
74 silly get 'x-served-by': 'cache-sin18031-SIN',
74 silly get 'x-cache': 'HIT',
74 silly get 'x-cache-hits': '1',
74 silly get 'x-timer': 'S1506755607.316374,VS0,VE0',
74 silly get vary: 'Accept-Encoding, Accept' } ]
75 verbose etag https://registry.npmjs.org/nan from cache
76 verbose get saving nan to C:\Users\MuMoo\AppData\Roaming\npm-cache\registry.npmjs.org\nan\.cache.json
77 verbose correctMkdir C:\Users\MuMoo\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
78 silly resolveWithNewModule [email protected] checking installable status
79 silly cache add args [ 'nan@>=2.5.1', null ]
80 verbose cache add spec nan@>=2.5.1
81 silly cache add parsed spec Result {
81 silly cache add raw: 'nan@>=2.5.1',
81 silly cache add scope: null,
81 silly cache add escapedName: 'nan',
81 silly cache add name: 'nan',
81 silly cache add rawSpec: '>=2.5.1',
81 silly cache add spec: '>=2.5.1',
81 silly cache add type: 'range' }
82 silly addNamed nan@>=2.5.1
83 verbose addNamed ">=2.5.1" is a valid semver range for nan
84 silly addNameRange { name: 'nan', range: '>=2.5.1', hasData: false }
85 silly mapToRegistry name nan
86 silly mapToRegistry using default registry
87 silly mapToRegistry registry https://registry.npmjs.org/
88 silly mapToRegistry data Result {
88 silly mapToRegistry raw: 'nan',
88 silly mapToRegistry scope: null,
88 silly mapToRegistry escapedName: 'nan',
88 silly mapToRegistry name: 'nan',
88 silly mapToRegistry rawSpec: '',
88 silly mapToRegistry spec: 'latest',
88 silly mapToRegistry type: 'tag' }
89 silly mapToRegistry uri https://registry.npmjs.org/nan
90 verbose addNameRange registry:https://registry.npmjs.org/nan not in flight; fetching
91 verbose get https://registry.npmjs.org/nan not expired, no request
92 silly addNameRange number 2 { name: 'nan', range: '>=2.5.1', hasData: true }
93 silly addNameRange versions [ 'nan',
93 silly addNameRange [ '0.3.0-wip',
93 silly addNameRange '0.3.0-wip2',
93 silly addNameRange '0.3.0',
93 silly addNameRange '0.3.1',
93 silly addNameRange '0.3.2',
93 silly addNameRange '0.4.0',
93 silly addNameRange '0.4.1',
93 silly addNameRange '0.4.2',
93 silly addNameRange '0.4.3',
93 silly addNameRange '0.4.4',
93 silly addNameRange '0.5.0',
93 silly addNameRange '0.5.1',
93 silly addNameRange '0.5.2',
93 silly addNameRange '0.6.0',
93 silly addNameRange '0.7.0',
93 silly addNameRange '0.7.1',
93 silly addNameRange '0.8.0',
93 silly addNameRange '1.0.0',
93 silly addNameRange '1.1.0',
93 silly addNameRange '1.1.1',
93 silly addNameRange '1.1.2',
93 silly addNameRange '1.2.0',
93 silly addNameRange '1.3.0',
93 silly addNameRange '1.4.0',
93 silly addNameRange '1.4.1',
93 silly addNameRange '1.5.0',
93 silly addNameRange '1.4.2',
93 silly addNameRange '1.4.3',
93 silly addNameRange '1.5.1',
93 silly addNameRange '1.5.2',
93 silly addNameRange '1.6.0',
93 silly addNameRange '1.5.3',
93 silly addNameRange '1.6.1',
93 silly addNameRange '1.6.2',
93 silly addNameRange '1.7.0',
93 silly addNameRange '1.8.0',
93 silly addNameRange '1.8.1',
93 silly addNameRange '1.8.2',
93 silly addNameRange '1.8.3',
93 silly addNameRange '1.8.4',
93 silly addNameRange '1.9.0',
93 silly addNameRange '2.0.0',
93 silly addNameRange '2.0.1',
93 silly addNameRange '2.0.2',
93 silly addNameRange '2.0.3',
93 silly addNameRange '2.0.4',
93 silly addNameRange '2.0.5',
93 silly addNameRange '2.0.6',
93 silly addNameRange '2.0.7',
93 silly addNameRange '2.0.8',
93 silly addNameRange '2.0.9',
93 silly addNameRange '2.1.0',
93 silly addNameRange '2.2.0',
93 silly addNameRange '2.2.1',
93 silly addNameRange '2.3.0',
93 silly addNameRange '2.3.1',
93 silly addNameRange '2.3.2',
93 silly addNameRange '2.3.3',
93 silly addNameRange '2.3.4',
93 silly addNameRange '2.3.5',
93 silly addNameRange '2.4.0',
93 silly addNameRange '2.5.0',
93 silly addNameRange '2.5.1',
93 silly addNameRange '2.6.0',
93 silly addNameRange '2.6.1',
93 silly addNameRange '2.6.2',
93 silly addNameRange '2.7.0' ] ]
94 silly addNamed [email protected]
95 verbose addNamed "2.7.0" is a plain semver version for nan
96 silly cache afterAdd [email protected]
97 verbose afterAdd C:\Users\MuMoo\AppData\Roaming\npm-cache\nan\2.7.0\package\package.json not in flight; writing
98 verbose correctMkdir C:\Users\MuMoo\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
99 verbose afterAdd C:\Users\MuMoo\AppData\Roaming\npm-cache\nan\2.7.0\package\package.json written
100 silly loadAllDepsIntoIdealTree Finishing
101 silly loadIdealTree Finishing
102 silly currentTree [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree | `-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree | `-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree | +-- [email protected]
102 silly currentTree | `-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree +-- [email protected]
102 silly currentTree `-- [email protected]
103 silly idealTree [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree | `-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree | `-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree | +-- [email protected]
103 silly idealTree | `-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree +-- [email protected]
103 silly idealTree `-- [email protected]
104 silly generateActionsToTake Starting
105 silly install generateActionsToTake
106 silly generateActionsToTake Finishing
107 silly diffTrees action count 2
108 silly diffTrees add [email protected]
109 silly diffTrees add [email protected]
110 silly decomposeActions action count 16
111 silly decomposeActions fetch [email protected]
112 silly decomposeActions extract [email protected]
113 silly decomposeActions test [email protected]
114 silly decomposeActions preinstall [email protected]
115 silly decomposeActions build [email protected]
116 silly decomposeActions install [email protected]
117 silly decomposeActions postinstall [email protected]
118 silly decomposeActions finalize [email protected]
119 silly decomposeActions fetch [email protected]
120 silly decomposeActions extract [email protected]
121 silly decomposeActions test [email protected]
122 silly decomposeActions preinstall [email protected]
123 silly decomposeActions build [email protected]
124 silly decomposeActions install [email protected]
125 silly decomposeActions postinstall [email protected]
126 silly decomposeActions finalize [email protected]
127 silly runTopLevelLifecycles Starting
128 silly executeActions Starting
129 silly install executeActions
130 silly doSerial global-install 0
131 silly doParallel fetch 2
132 verbose correctMkdir C:\Users\MuMoo\AppData\Roaming\npm-cache\_locks correctMkdir not in flight; initializing
133 verbose lock using C:\Users\MuMoo\AppData\Roaming\npm-cache\_locks\staging-7d18282838b83869.lock for C:\fbchat\node_modules\.staging
134 silly doParallel extract 2
135 silly extract [email protected]
136 silly extract [email protected]
137 verbose unbuild node_modules\.staging\nan-97fee99d
138 verbose unbuild node_modules\.staging\sleep-257a411f
139 silly gentlyRm C:\fbchat\node_modules\.staging\nan-97fee99d is being purged from base C:\fbchat
140 verbose gentlyRm don't care about contents; nuking C:\fbchat\node_modules\.staging\nan-97fee99d
141 silly gentlyRm C:\fbchat\node_modules\.staging\sleep-257a411f is being purged from base C:\fbchat
142 verbose gentlyRm don't care about contents; nuking C:\fbchat\node_modules\.staging\sleep-257a411f
143 verbose tar unpack C:\Users\MuMoo\AppData\Roaming\npm-cache\nan\2.7.0\package.tgz
144 verbose tar unpacking to C:\fbchat\node_modules\.staging\nan-97fee99d
145 silly gentlyRm C:\fbchat\node_modules\.staging\nan-97fee99d is being purged
146 verbose gentlyRm don't care about contents; nuking C:\fbchat\node_modules\.staging\nan-97fee99d
147 verbose tar unpack C:\Users\MuMoo\AppData\Roaming\npm-cache\sleep\5.1.1\package.tgz
148 verbose tar unpacking to C:\fbchat\node_modules\.staging\sleep-257a411f
149 silly gentlyRm C:\fbchat\node_modules\.staging\sleep-257a411f is being purged
150 verbose gentlyRm don't care about contents; nuking C:\fbchat\node_modules\.staging\sleep-257a411f
151 silly gunzTarPerm modes [ '777', '666' ]
152 silly gunzTarPerm modes [ '777', '666' ]
153 silly gunzTarPerm extractEntry package.json
154 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
155 silly gunzTarPerm extractEntry package.json
156 silly gunzTarPerm modified mode [ 'package.json', 436, 438 ]
157 silly gunzTarPerm extractEntry README.md
158 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
159 silly gunzTarPerm extractEntry include_dirs.js
160 silly gunzTarPerm modified mode [ 'include_dirs.js', 436, 438 ]
161 silly gunzTarPerm extractEntry .npmignore
162 silly gunzTarPerm modified mode [ '.npmignore', 436, 438 ]
163 silly gunzTarPerm extractEntry README.md
164 silly gunzTarPerm modified mode [ 'README.md', 436, 438 ]
165 silly gunzTarPerm extractEntry test.js
166 silly gunzTarPerm modified mode [ 'test.js', 436, 438 ]
167 silly gunzTarPerm extractEntry index.js
168 silly gunzTarPerm modified mode [ 'index.js', 436, 438 ]
169 silly gunzTarPerm extractEntry nan_converters_43_inl.h
170 silly gunzTarPerm modified mode [ 'nan_converters_43_inl.h', 436, 438 ]
171 silly gunzTarPerm extractEntry LICENSE.md
172 silly gunzTarPerm modified mode [ 'LICENSE.md', 436, 438 ]
173 silly gunzTarPerm extractEntry doc/new.md
174 silly gunzTarPerm modified mode [ 'doc/new.md', 436, 438 ]
175 silly gunzTarPerm extractEntry doc/asyncworker.md
176 silly gunzTarPerm modified mode [ 'doc/asyncworker.md', 436, 438 ]
177 silly gunzTarPerm extractEntry LICENSE.txt
178 silly gunzTarPerm modified mode [ 'LICENSE.txt', 436, 438 ]
179 silly gunzTarPerm extractEntry sleep.cc
180 silly gunzTarPerm modified mode [ 'sleep.cc', 436, 438 ]
181 silly gunzTarPerm extractEntry doc/callback.md
182 silly gunzTarPerm modified mode [ 'doc/callback.md', 436, 438 ]
183 silly gunzTarPerm extractEntry doc/converters.md
184 silly gunzTarPerm modified mode [ 'doc/converters.md', 436, 438 ]
185 silly gunzTarPerm extractEntry binding.gyp
186 silly gunzTarPerm modified mode [ 'binding.gyp', 436, 438 ]
187 silly gunzTarPerm extractEntry doc/errors.md
188 silly gunzTarPerm modified mode [ 'doc/errors.md', 436, 438 ]
189 silly gunzTarPerm extractEntry doc/json.md
190 silly gunzTarPerm modified mode [ 'doc/json.md', 436, 438 ]
191 silly gunzTarPerm extractEntry doc/maybe_types.md
192 silly gunzTarPerm modified mode [ 'doc/maybe_types.md', 436, 438 ]
193 silly gunzTarPerm extractEntry doc/methods.md
194 silly gunzTarPerm modified mode [ 'doc/methods.md', 436, 438 ]
195 silly gunzTarPerm extractEntry doc/buffers.md
196 silly gunzTarPerm modified mode [ 'doc/buffers.md', 436, 438 ]
197 silly gunzTarPerm extractEntry doc/node_misc.md
198 silly gunzTarPerm modified mode [ 'doc/node_misc.md', 436, 438 ]
199 silly gunzTarPerm extractEntry doc/object_wrappers.md
200 silly gunzTarPerm modified mode [ 'doc/object_wrappers.md', 436, 438 ]
201 silly gunzTarPerm extractEntry doc/persistent.md
202 silly gunzTarPerm modified mode [ 'doc/persistent.md', 436, 438 ]
203 silly gunzTarPerm extractEntry doc/scopes.md
204 silly gunzTarPerm modified mode [ 'doc/scopes.md', 436, 438 ]
205 silly gunzTarPerm extractEntry doc/script.md
206 silly gunzTarPerm modified mode [ 'doc/script.md', 436, 438 ]
207 silly gunzTarPerm extractEntry doc/string_bytes.md
208 silly gunzTarPerm modified mode [ 'doc/string_bytes.md', 436, 438 ]
209 silly gunzTarPerm extractEntry doc/v8_internals.md
210 silly gunzTarPerm modified mode [ 'doc/v8_internals.md', 436, 438 ]
211 silly gentlyRm C:\fbchat\node_modules\.staging\sleep-257a411f\node_modules is being purged
212 verbose gentlyRm don't care about contents; nuking C:\fbchat\node_modules\.staging\sleep-257a411f\node_modules
213 silly gunzTarPerm extractEntry doc/v8_misc.md
214 silly gunzTarPerm modified mode [ 'doc/v8_misc.md', 436, 438 ]
215 silly gunzTarPerm extractEntry nan.h
216 silly gunzTarPerm modified mode [ 'nan.h', 436, 438 ]
217 silly gunzTarPerm extractEntry nan_callbacks.h
218 silly gunzTarPerm modified mode [ 'nan_callbacks.h', 436, 438 ]
219 silly gunzTarPerm extractEntry nan_callbacks_12_inl.h
220 silly gunzTarPerm modified mode [ 'nan_callbacks_12_inl.h', 436, 438 ]
221 silly gunzTarPerm extractEntry nan_callbacks_pre_12_inl.h
222 silly gunzTarPerm modified mode [ 'nan_callbacks_pre_12_inl.h', 436, 438 ]
223 silly gunzTarPerm extractEntry nan_converters.h
224 silly gunzTarPerm modified mode [ 'nan_converters.h', 436, 438 ]
225 silly gunzTarPerm extractEntry nan_converters_pre_43_inl.h
226 silly gunzTarPerm modified mode [ 'nan_converters_pre_43_inl.h', 436, 438 ]
227 silly gunzTarPerm extractEntry nan_implementation_12_inl.h
228 silly gunzTarPerm modified mode [ 'nan_implementation_12_inl.h', 436, 438 ]
229 silly gunzTarPerm extractEntry nan_implementation_pre_12_inl.h
230 silly gunzTarPerm modified mode [ 'nan_implementation_pre_12_inl.h', 436, 438 ]
231 silly gunzTarPerm extractEntry nan_json.h
232 silly gunzTarPerm modified mode [ 'nan_json.h', 436, 438 ]
233 silly gunzTarPerm extractEntry nan_maybe_43_inl.h
234 silly gunzTarPerm modified mode [ 'nan_maybe_43_inl.h', 436, 438 ]
235 silly gunzTarPerm extractEntry nan_maybe_pre_43_inl.h
236 silly gunzTarPerm modified mode [ 'nan_maybe_pre_43_inl.h', 436, 438 ]
237 silly gunzTarPerm extractEntry nan_new.h
238 silly gunzTarPerm modified mode [ 'nan_new.h', 436, 438 ]
239 silly gunzTarPerm extractEntry nan_object_wrap.h
240 silly gunzTarPerm modified mode [ 'nan_object_wrap.h', 436, 438 ]
241 silly gunzTarPerm extractEntry nan_persistent_12_inl.h
242 silly gunzTarPerm modified mode [ 'nan_persistent_12_inl.h', 436, 438 ]
243 silly gunzTarPerm extractEntry nan_persistent_pre_12_inl.h
244 silly gunzTarPerm modified mode [ 'nan_persistent_pre_12_inl.h', 436, 438 ]
245 silly gunzTarPerm extractEntry nan_private.h
246 silly gunzTarPerm modified mode [ 'nan_private.h', 436, 438 ]
247 silly gunzTarPerm extractEntry nan_string_bytes.h
248 silly gunzTarPerm modified mode [ 'nan_string_bytes.h', 436, 438 ]
249 silly gunzTarPerm extractEntry nan_typedarray_contents.h
250 silly gunzTarPerm modified mode [ 'nan_typedarray_contents.h', 436, 438 ]
251 silly gunzTarPerm extractEntry nan_weak.h
252 silly gunzTarPerm modified mode [ 'nan_weak.h', 436, 438 ]
253 silly gunzTarPerm extractEntry CHANGELOG.md
254 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 436, 438 ]
255 silly gunzTarPerm extractEntry tools/package.json
256 silly gunzTarPerm modified mode [ 'tools/package.json', 436, 438 ]
257 silly gunzTarPerm extractEntry tools/README.md
258 silly gunzTarPerm modified mode [ 'tools/README.md', 436, 438 ]
259 silly gunzTarPerm extractEntry tools/1to2.js
260 silly gunzTarPerm modified mode [ 'tools/1to2.js', 509, 511 ]
261 silly gentlyRm C:\fbchat\node_modules\.staging\nan-97fee99d\node_modules is being purged
262 verbose gentlyRm don't care about contents; nuking C:\fbchat\node_modules\.staging\nan-97fee99d\node_modules
263 silly doParallel preinstall 2
264 silly preinstall [email protected] C:\fbchat\node_modules\.staging\nan-97fee99d
265 info lifecycle [email protected]~preinstall: [email protected]
266 silly preinstall [email protected] C:\fbchat\node_modules\.staging\sleep-257a411f
267 info lifecycle [email protected]~preinstall: [email protected]
268 silly lifecycle [email protected]~preinstall: no script for preinstall, continuing
269 silly lifecycle [email protected]~preinstall: no script for preinstall, continuing
270 silly doReverseSerial remove 0
271 silly doSerial move 0
272 silly doSerial finalize 2
273 silly finalize C:\fbchat\node_modules\nan
274 silly finalize C:\fbchat\node_modules\sleep
275 silly doSerial build 2
276 silly build [email protected]
277 info linkStuff [email protected]
278 silly linkStuff [email protected] has C:\fbchat\node_modules as its parent node_modules
279 verbose linkBins [email protected]
280 verbose linkMans [email protected]
281 silly build [email protected]
282 info linkStuff [email protected]
283 silly linkStuff [email protected] has C:\fbchat\node_modules as its parent node_modules
284 verbose linkBins [email protected]
285 verbose linkMans [email protected]
286 silly doSerial global-link 0
287 silly doParallel update-linked 0
288 silly doSerial install 2
289 silly install [email protected] C:\fbchat\node_modules\.staging\nan-97fee99d
290 info lifecycle [email protected]~install: [email protected]
291 silly lifecycle [email protected]~install: no script for install, continuing
292 silly install [email protected] C:\fbchat\node_modules\.staging\sleep-257a411f
293 info lifecycle [email protected]~install: [email protected]
294 verbose lifecycle [email protected]~install: unsafe-perm in lifecycle true
295 verbose lifecycle [email protected]~install: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\fbchat\node_modules\sleep\node_modules\.bin;C:\fbchat\node_modules\.bin;E:\cmder\bin;E:\cmder\vendor\git-for-windows\cmd;E:\cmder\vendor\conemu-maximus5\ConEmu\Scripts;E:\cmder\vendor\conemu-maximus5;E:\cmder\vendor\conemu-maximus5\ConEmu;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\nodejs\;C:\Users\MuMoo\AppData\Local\Microsoft\WindowsApps;C:\AppServ\Apache24\bin;C:\AppServ\php5;C:\AppServ\MySQL\bin;C:\Users\MuMoo\AppData\Roaming\npm;C:\Program Files\Microsoft VS Code\bin;E:\cmder\vendor\git-for-windows\usr\bin;E:\cmder\vendor\git-for-windows\usr\share\vim\vim74;E:\cmder\
296 verbose lifecycle [email protected]~install: CWD: C:\fbchat\node_modules\sleep
297 silly lifecycle [email protected]~install: Args: [ '/d /s /c', 'node-gyp rebuild' ]
298 silly lifecycle [email protected]~install: Returned: code: 1 signal: null
299 info lifecycle [email protected]~install: Failed to exec install script
300 verbose unlock done using C:\Users\MuMoo\AppData\Roaming\npm-cache\_locks\staging-7d18282838b83869.lock for C:\fbchat\node_modules\.staging
301 silly rollbackFailedOptional Starting
302 silly rollbackFailedOptional Finishing
303 silly runTopLevelLifecycles Finishing
304 silly install printInstalled
305 warn [email protected] No description
306 verbose If you need help, you may report this error at:
306 verbose <https://github.com/npm/npm/issues>
307 warn [email protected] No repository field.
308 verbose If you need help, you may report this error at:
308 verbose <https://github.com/npm/npm/issues>
309 verbose stack Error: [email protected] install: `node-gyp rebuild`
309 verbose stack Exit status 1
309 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
309 verbose stack at emitTwo (events.js:106:13)
309 verbose stack at EventEmitter.emit (events.js:191:7)
309 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
309 verbose stack at emitTwo (events.js:106:13)
309 verbose stack at ChildProcess.emit (events.js:191:7)
309 verbose stack at maybeClose (internal/child_process.js:891:16)
309 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
310 verbose pkgid [email protected]
311 verbose cwd C:\fbchat
312 error Windows_NT 10.0.15063
313 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "sleep"
314 error node v6.11.1
315 error npm v3.10.10
316 error code ELIFECYCLE
317 error [email protected] install: `node-gyp rebuild`
317 error Exit status 1
318 error Failed at the [email protected] install script 'node-gyp rebuild'.
318 error Make sure you have the latest version of node.js and npm installed.
318 error If you do, this is most likely a problem with the sleep package,
318 error not with npm itself.
318 error Tell the author that this fails on your system:
318 error node-gyp rebuild
318 error You can get information on how to open an issue for this project with:
318 error npm bugs sleep
318 error Or if that isn't available, you can get their info via:
318 error npm owner ls sleep
318 error There is likely additional logging output above.
319 verbose exit [ 1, true ]