-
Notifications
You must be signed in to change notification settings - Fork 0
/
npm-debug.log
831 lines (831 loc) · 44.6 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
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs', '/usr/bin/npm', 'install', '--save' ]
2 info using [email protected]
3 info using [email protected]
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly install normalizeTree
8 silly loadCurrentTree Finishing
9 silly loadIdealTree Starting
10 silly install loadIdealTree
11 silly cloneCurrentTree Starting
12 silly install cloneCurrentTreeToIdealTree
13 silly cloneCurrentTree Finishing
14 silly loadShrinkwrap Starting
15 silly install loadShrinkwrap
16 silly loadShrinkwrap Finishing
17 silly loadAllDepsIntoIdealTree Starting
18 silly install loadAllDepsIntoIdealTree
19 silly fetchNamedPackageData bcrypt
20 silly mapToRegistry name bcrypt
21 silly mapToRegistry using default registry
22 silly mapToRegistry registry https://registry.npmjs.org/
23 silly mapToRegistry uri https://registry.npmjs.org/bcrypt
24 verbose request uri https://registry.npmjs.org/bcrypt
25 verbose request no auth needed
26 info attempt registry request try #1 at 4:32:40 PM
27 verbose request id fb83e3eef3f44c21
28 verbose etag "398F192FUE7FBCG521B59OFYJ"
29 http request GET https://registry.npmjs.org/bcrypt
30 http 200 https://registry.npmjs.org/bcrypt
31 verbose headers { server: 'CouchDB/1.6.1 (Erlang OTP/R16B03)',
31 verbose headers etag: '"2W7CTWO1ETKY4R5XARYMM9SFN"',
31 verbose headers 'content-type': 'application/json',
31 verbose headers 'content-encoding': 'gzip',
31 verbose headers 'cache-control': 'max-age=300',
31 verbose headers 'content-length': '11903',
31 verbose headers 'accept-ranges': 'bytes',
31 verbose headers date: 'Tue, 04 Oct 2016 09:32:41 GMT',
31 verbose headers via: '1.1 varnish',
31 verbose headers age: '0',
31 verbose headers connection: 'keep-alive',
31 verbose headers 'x-served-by': 'cache-hkg6821-HKG',
31 verbose headers 'x-cache': 'HIT',
31 verbose headers 'x-cache-hits': '1',
31 verbose headers 'x-timer': 'S1475573561.241595,VS0,VE197',
31 verbose headers vary: 'Accept-Encoding' }
32 silly get cb [ 200,
32 silly get { server: 'CouchDB/1.6.1 (Erlang OTP/R16B03)',
32 silly get etag: '"2W7CTWO1ETKY4R5XARYMM9SFN"',
32 silly get 'content-type': 'application/json',
32 silly get 'content-encoding': 'gzip',
32 silly get 'cache-control': 'max-age=300',
32 silly get 'content-length': '11903',
32 silly get 'accept-ranges': 'bytes',
32 silly get date: 'Tue, 04 Oct 2016 09:32:41 GMT',
32 silly get via: '1.1 varnish',
32 silly get age: '0',
32 silly get connection: 'keep-alive',
32 silly get 'x-served-by': 'cache-hkg6821-HKG',
32 silly get 'x-cache': 'HIT',
32 silly get 'x-cache-hits': '1',
32 silly get 'x-timer': 'S1475573561.241595,VS0,VE197',
32 silly get vary: 'Accept-Encoding' } ]
33 verbose get saving bcrypt to /home/chanra/.npm/registry.npmjs.org/bcrypt/.cache.json
34 silly resolveWithNewModule [email protected] checking installable status
35 silly cache add args [ 'bcrypt@^0.8.7', null ]
36 verbose cache add spec bcrypt@^0.8.7
37 silly cache add parsed spec Result {
37 silly cache add raw: 'bcrypt@^0.8.7',
37 silly cache add scope: null,
37 silly cache add name: 'bcrypt',
37 silly cache add rawSpec: '^0.8.7',
37 silly cache add spec: '>=0.8.7 <0.9.0',
37 silly cache add type: 'range' }
38 silly addNamed bcrypt@>=0.8.7 <0.9.0
39 verbose addNamed ">=0.8.7 <0.9.0" is a valid semver range for bcrypt
40 silly addNameRange { name: 'bcrypt', range: '>=0.8.7 <0.9.0', hasData: false }
41 silly mapToRegistry name bcrypt
42 silly mapToRegistry using default registry
43 silly mapToRegistry registry https://registry.npmjs.org/
44 silly mapToRegistry uri https://registry.npmjs.org/bcrypt
45 verbose addNameRange registry:https://registry.npmjs.org/bcrypt not in flight; fetching
46 verbose get https://registry.npmjs.org/bcrypt not expired, no request
47 silly addNameRange number 2 { name: 'bcrypt', range: '>=0.8.7 <0.9.0', hasData: true }
48 silly addNameRange versions [ 'bcrypt',
48 silly addNameRange [ '0.1.2',
48 silly addNameRange '0.2.0',
48 silly addNameRange '0.2.1',
48 silly addNameRange '0.1.3',
48 silly addNameRange '0.2.2',
48 silly addNameRange '0.2.3',
48 silly addNameRange '0.2.4',
48 silly addNameRange '0.3.0',
48 silly addNameRange '0.3.1',
48 silly addNameRange '0.3.2',
48 silly addNameRange '0.4.0',
48 silly addNameRange '0.4.1',
48 silly addNameRange '0.5.0',
48 silly addNameRange '0.6.0',
48 silly addNameRange '0.7.0',
48 silly addNameRange '0.7.1',
48 silly addNameRange '0.7.2',
48 silly addNameRange '0.7.3',
48 silly addNameRange '0.7.4',
48 silly addNameRange '0.7.5',
48 silly addNameRange '0.7.6',
48 silly addNameRange '0.7.7',
48 silly addNameRange '0.7.8',
48 silly addNameRange '0.8.0',
48 silly addNameRange '0.8.1',
48 silly addNameRange '0.8.2',
48 silly addNameRange '0.8.3',
48 silly addNameRange '0.8.4',
48 silly addNameRange '0.8.5',
48 silly addNameRange '0.8.6',
48 silly addNameRange '0.8.7' ] ]
49 silly addNamed [email protected]
50 verbose addNamed "0.8.7" is a plain semver version for bcrypt
51 silly cache afterAdd [email protected]
52 verbose afterAdd /home/chanra/.npm/bcrypt/0.8.7/package/package.json not in flight; writing
53 verbose afterAdd /home/chanra/.npm/bcrypt/0.8.7/package/package.json written
54 silly loadAllDepsIntoIdealTree Finishing
55 silly idealTree:prePrune test-blaze1.3@
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├─┬ [email protected]
55 silly idealTree:prePrune │ └── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├─┬ [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ └── [email protected]
55 silly idealTree:prePrune │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ └── [email protected]
55 silly idealTree:prePrune │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ └── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ │ └─┬ [email protected]
55 silly idealTree:prePrune │ │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ │ └─┬ [email protected]
55 silly idealTree:prePrune │ │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ └─┬ [email protected]
55 silly idealTree:prePrune │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ └─┬ [email protected]
55 silly idealTree:prePrune │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ └─┬ [email protected]
55 silly idealTree:prePrune │ │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ │ └── [email protected]
55 silly idealTree:prePrune │ │ └── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ └── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ └── [email protected]
55 silly idealTree:prePrune │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ └── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ ├── [email protected]
55 silly idealTree:prePrune │ │ └── [email protected]
55 silly idealTree:prePrune │ ├─┬ [email protected]
55 silly idealTree:prePrune │ │ └── [email protected]
55 silly idealTree:prePrune │ └─┬ [email protected]
55 silly idealTree:prePrune │ └── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├─┬ [email protected]
55 silly idealTree:prePrune │ ├── [email protected]
55 silly idealTree:prePrune │ └── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune ├── [email protected]
55 silly idealTree:prePrune └── [email protected]
56 silly loadIdealTree Finishing
57 silly currentTree test-blaze1.3@
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├─┬ [email protected]
57 silly currentTree │ └── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├─┬ [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├─┬ [email protected]
57 silly currentTree │ │ └── [email protected]
57 silly currentTree │ ├─┬ [email protected]
57 silly currentTree │ │ ├── [email protected]
57 silly currentTree │ │ ├── [email protected]
57 silly currentTree │ │ └── [email protected]
57 silly currentTree │ ├─┬ [email protected]
57 silly currentTree │ │ └── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├─┬ [email protected]
57 silly currentTree │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ │ ├── [email protected]
57 silly currentTree │ │ │ │ └── [email protected]
57 silly currentTree │ │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ │ ├── [email protected]
57 silly currentTree │ │ │ │ └─┬ [email protected]
57 silly currentTree │ │ │ │ └── [email protected]
57 silly currentTree │ │ │ └── [email protected]
57 silly currentTree │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ ├── [email protected]
57 silly currentTree │ │ │ ├── [email protected]
57 silly currentTree │ │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ │ ├── [email protected]
57 silly currentTree │ │ │ │ └── [email protected]
57 silly currentTree │ │ │ └─┬ [email protected]
57 silly currentTree │ │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ │ └── [email protected]
57 silly currentTree │ │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ │ ├── [email protected]
57 silly currentTree │ │ │ │ └── [email protected]
57 silly currentTree │ │ │ └── [email protected]
57 silly currentTree │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ ├── [email protected]
57 silly currentTree │ │ │ └─┬ [email protected]
57 silly currentTree │ │ │ ├── [email protected]
57 silly currentTree │ │ │ └── [email protected]
57 silly currentTree │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ ├── [email protected]
57 silly currentTree │ │ │ ├── [email protected]
57 silly currentTree │ │ │ └── [email protected]
57 silly currentTree │ │ ├── [email protected]
57 silly currentTree │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ ├── [email protected]
57 silly currentTree │ │ │ └─┬ [email protected]
57 silly currentTree │ │ │ └── [email protected]
57 silly currentTree │ │ ├── [email protected]
57 silly currentTree │ │ ├── [email protected]
57 silly currentTree │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ ├── [email protected]
57 silly currentTree │ │ │ ├── [email protected]
57 silly currentTree │ │ │ └─┬ [email protected]
57 silly currentTree │ │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ │ └── [email protected]
57 silly currentTree │ │ │ ├─┬ [email protected]
57 silly currentTree │ │ │ │ ├── [email protected]
57 silly currentTree │ │ │ │ └── [email protected]
57 silly currentTree │ │ │ └── [email protected]
57 silly currentTree │ │ └── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├─┬ [email protected]
57 silly currentTree │ │ ├── [email protected]
57 silly currentTree │ │ └── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├─┬ [email protected]
57 silly currentTree │ │ ├── [email protected]
57 silly currentTree │ │ ├── [email protected]
57 silly currentTree │ │ ├── [email protected]
57 silly currentTree │ │ ├── [email protected]
57 silly currentTree │ │ └── [email protected]
57 silly currentTree │ ├─┬ [email protected]
57 silly currentTree │ │ └── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ ├─┬ [email protected]
57 silly currentTree │ │ ├── [email protected]
57 silly currentTree │ │ └── [email protected]
57 silly currentTree │ ├─┬ [email protected]
57 silly currentTree │ │ └── [email protected]
57 silly currentTree │ └─┬ [email protected]
57 silly currentTree │ └── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├─┬ [email protected]
57 silly currentTree │ ├── [email protected]
57 silly currentTree │ └── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree ├── [email protected]
57 silly currentTree └── [email protected]
58 silly idealTree test-blaze1.3@
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├─┬ [email protected]
58 silly idealTree │ └── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├─┬ [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├─┬ [email protected]
58 silly idealTree │ │ └── [email protected]
58 silly idealTree │ ├─┬ [email protected]
58 silly idealTree │ │ ├── [email protected]
58 silly idealTree │ │ ├── [email protected]
58 silly idealTree │ │ └── [email protected]
58 silly idealTree │ ├─┬ [email protected]
58 silly idealTree │ │ └── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├─┬ [email protected]
58 silly idealTree │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ │ ├── [email protected]
58 silly idealTree │ │ │ │ └── [email protected]
58 silly idealTree │ │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ │ ├── [email protected]
58 silly idealTree │ │ │ │ └─┬ [email protected]
58 silly idealTree │ │ │ │ └── [email protected]
58 silly idealTree │ │ │ └── [email protected]
58 silly idealTree │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ ├── [email protected]
58 silly idealTree │ │ │ ├── [email protected]
58 silly idealTree │ │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ │ ├── [email protected]
58 silly idealTree │ │ │ │ └── [email protected]
58 silly idealTree │ │ │ └─┬ [email protected]
58 silly idealTree │ │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ │ └── [email protected]
58 silly idealTree │ │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ │ ├── [email protected]
58 silly idealTree │ │ │ │ └── [email protected]
58 silly idealTree │ │ │ └── [email protected]
58 silly idealTree │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ ├── [email protected]
58 silly idealTree │ │ │ └─┬ [email protected]
58 silly idealTree │ │ │ ├── [email protected]
58 silly idealTree │ │ │ └── [email protected]
58 silly idealTree │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ ├── [email protected]
58 silly idealTree │ │ │ ├── [email protected]
58 silly idealTree │ │ │ └── [email protected]
58 silly idealTree │ │ ├── [email protected]
58 silly idealTree │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ ├── [email protected]
58 silly idealTree │ │ │ └─┬ [email protected]
58 silly idealTree │ │ │ └── [email protected]
58 silly idealTree │ │ ├── [email protected]
58 silly idealTree │ │ ├── [email protected]
58 silly idealTree │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ ├── [email protected]
58 silly idealTree │ │ │ ├── [email protected]
58 silly idealTree │ │ │ └─┬ [email protected]
58 silly idealTree │ │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ │ └── [email protected]
58 silly idealTree │ │ │ ├─┬ [email protected]
58 silly idealTree │ │ │ │ ├── [email protected]
58 silly idealTree │ │ │ │ └── [email protected]
58 silly idealTree │ │ │ └── [email protected]
58 silly idealTree │ │ └── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├─┬ [email protected]
58 silly idealTree │ │ ├── [email protected]
58 silly idealTree │ │ └── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├─┬ [email protected]
58 silly idealTree │ │ ├── [email protected]
58 silly idealTree │ │ ├── [email protected]
58 silly idealTree │ │ ├── [email protected]
58 silly idealTree │ │ ├── [email protected]
58 silly idealTree │ │ └── [email protected]
58 silly idealTree │ ├─┬ [email protected]
58 silly idealTree │ │ └── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ ├─┬ [email protected]
58 silly idealTree │ │ ├── [email protected]
58 silly idealTree │ │ └── [email protected]
58 silly idealTree │ ├─┬ [email protected]
58 silly idealTree │ │ └── [email protected]
58 silly idealTree │ └─┬ [email protected]
58 silly idealTree │ └── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├─┬ [email protected]
58 silly idealTree │ ├── [email protected]
58 silly idealTree │ └── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree ├── [email protected]
58 silly idealTree └── [email protected]
59 silly generateActionsToTake Starting
60 silly install generateActionsToTake
61 silly generateActionsToTake Finishing
62 silly diffTrees action count 2
63 silly diffTrees add [email protected]
64 silly diffTrees update [email protected]
65 silly decomposeActions action count 16
66 silly decomposeActions fetch [email protected]
67 silly decomposeActions extract [email protected]
68 silly decomposeActions test [email protected]
69 silly decomposeActions preinstall [email protected]
70 silly decomposeActions build [email protected]
71 silly decomposeActions install [email protected]
72 silly decomposeActions postinstall [email protected]
73 silly decomposeActions finalize [email protected]
74 silly decomposeActions fetch [email protected]
75 silly decomposeActions extract [email protected]
76 silly decomposeActions test [email protected]
77 silly decomposeActions preinstall [email protected]
78 silly decomposeActions build [email protected]
79 silly decomposeActions install [email protected]
80 silly decomposeActions postinstall [email protected]
81 silly decomposeActions finalize [email protected]
82 silly executeActions Starting
83 silly install executeActions
84 silly doSerial global-install 0
85 silly doParallel fetch 2
86 verbose lock using /home/chanra/.npm/_locks/staging-3e891b8b15322705.lock for /home/chanra/Desktop/money-transfer/node_modules/.staging
87 silly doParallel extract 2
88 silly extract [email protected]
89 silly extract [email protected]
90 verbose unbuild node_modules/.staging/bcrypt-169d59a4
91 verbose unbuild node_modules/.staging/busboy-057ef774
92 silly gentlyRm /home/chanra/Desktop/money-transfer/node_modules/.staging/bcrypt-169d59a4 is being purged from base /home/chanra/Desktop/money-transfer
93 verbose gentlyRm don't care about contents; nuking /home/chanra/Desktop/money-transfer/node_modules/.staging/bcrypt-169d59a4
94 silly gentlyRm /home/chanra/Desktop/money-transfer/node_modules/.staging/busboy-057ef774 is being purged from base /home/chanra/Desktop/money-transfer
95 verbose gentlyRm don't care about contents; nuking /home/chanra/Desktop/money-transfer/node_modules/.staging/busboy-057ef774
96 verbose tar unpack /home/chanra/.npm/bcrypt/0.8.7/package.tgz
97 verbose tar unpacking to /home/chanra/Desktop/money-transfer/node_modules/.staging/bcrypt-169d59a4
98 silly gentlyRm /home/chanra/Desktop/money-transfer/node_modules/.staging/bcrypt-169d59a4 is being purged
99 verbose gentlyRm don't care about contents; nuking /home/chanra/Desktop/money-transfer/node_modules/.staging/bcrypt-169d59a4
100 verbose tar unpack /home/chanra/.npm/busboy/0.2.13/package.tgz
101 verbose tar unpacking to /home/chanra/Desktop/money-transfer/node_modules/.staging/busboy-057ef774
102 silly gentlyRm /home/chanra/Desktop/money-transfer/node_modules/.staging/busboy-057ef774 is being purged
103 verbose gentlyRm don't care about contents; nuking /home/chanra/Desktop/money-transfer/node_modules/.staging/busboy-057ef774
104 silly gunzTarPerm modes [ '775', '664' ]
105 silly gunzTarPerm modes [ '775', '664' ]
106 silly gunzTarPerm extractEntry package.json
107 silly gunzTarPerm modified mode [ 'package.json', 420, 436 ]
108 silly gunzTarPerm extractEntry
109 silly gunzTarPerm extractEntry .npmignore
110 silly gunzTarPerm modified mode [ '.npmignore', 420, 436 ]
111 silly gunzTarPerm extractEntry README.md
112 silly gunzTarPerm modified mode [ 'README.md', 420, 436 ]
113 silly gunzTarPerm extractEntry .travis.yml
114 silly gunzTarPerm extractEntry LICENSE
115 silly gunzTarPerm extractEntry README.md
116 silly gunzTarPerm extractEntry deps/
117 silly gunzTarPerm extractEntry deps/encoding/
118 silly gunzTarPerm extractEntry LICENSE
119 silly gunzTarPerm modified mode [ 'LICENSE', 420, 436 ]
120 silly gunzTarPerm extractEntry bcrypt.js
121 silly gunzTarPerm modified mode [ 'bcrypt.js', 420, 436 ]
122 silly gunzTarPerm extractEntry Makefile
123 silly gunzTarPerm modified mode [ 'Makefile', 420, 436 ]
124 silly gunzTarPerm extractEntry .travis.yml
125 silly gunzTarPerm modified mode [ '.travis.yml', 420, 436 ]
126 silly gunzTarPerm extractEntry CHANGELOG.md
127 silly gunzTarPerm modified mode [ 'CHANGELOG.md', 420, 436 ]
128 silly gunzTarPerm extractEntry binding.gyp
129 silly gunzTarPerm modified mode [ 'binding.gyp', 420, 436 ]
130 silly gunzTarPerm extractEntry examples/async_compare.js
131 silly gunzTarPerm modified mode [ 'examples/async_compare.js', 420, 436 ]
132 silly gunzTarPerm extractEntry examples/forever_gen_salt.js
133 silly gunzTarPerm modified mode [ 'examples/forever_gen_salt.js', 420, 436 ]
134 silly gunzTarPerm extractEntry test/async.js
135 silly gunzTarPerm modified mode [ 'test/async.js', 420, 436 ]
136 silly gunzTarPerm extractEntry test/repetitions.js
137 silly gunzTarPerm modified mode [ 'test/repetitions.js', 420, 436 ]
138 silly gunzTarPerm extractEntry test/sync.js
139 silly gunzTarPerm modified mode [ 'test/sync.js', 420, 436 ]
140 silly gunzTarPerm extractEntry ISSUE_TEMPLATE.md
141 silly gunzTarPerm modified mode [ 'ISSUE_TEMPLATE.md', 420, 436 ]
142 silly gunzTarPerm extractEntry src/bcrypt.cc
143 silly gunzTarPerm modified mode [ 'src/bcrypt.cc', 420, 436 ]
144 silly gunzTarPerm extractEntry src/bcrypt_node.cc
145 silly gunzTarPerm modified mode [ 'src/bcrypt_node.cc', 420, 436 ]
146 silly gunzTarPerm extractEntry src/blowfish.cc
147 silly gunzTarPerm modified mode [ 'src/blowfish.cc', 420, 436 ]
148 silly gunzTarPerm extractEntry src/node_blf.h
149 silly gunzTarPerm modified mode [ 'src/node_blf.h', 420, 436 ]
150 silly gunzTarPerm extractEntry werker.yml
151 silly gunzTarPerm modified mode [ 'werker.yml', 420, 436 ]
152 silly gunzTarPerm extractEntry deps/encoding/encoding-indexes.js
153 silly gunzTarPerm extractEntry deps/encoding/encoding.js
154 silly gunzTarPerm extractEntry lib/
155 silly gunzTarPerm extractEntry lib/main.js
156 silly gunzTarPerm extractEntry lib/types/
157 silly gunzTarPerm extractEntry lib/types/multipart.js
158 silly gunzTarPerm extractEntry lib/types/urlencoded.js
159 silly gunzTarPerm extractEntry lib/utils.js
160 silly gunzTarPerm extractEntry package.json
161 silly gunzTarPerm extractEntry test/
162 silly gunzTarPerm extractEntry test/test-types-multipart.js
163 silly gunzTarPerm extractEntry test/test-types-urlencoded.js
164 silly gunzTarPerm extractEntry test/test-utils-decoder.js
165 silly gunzTarPerm extractEntry test/test-utils-parse-params.js
166 silly gunzTarPerm extractEntry test/test.js
167 silly gentlyRm /home/chanra/Desktop/money-transfer/node_modules/.staging/bcrypt-169d59a4/node_modules is being purged
168 verbose gentlyRm don't care about contents; nuking /home/chanra/Desktop/money-transfer/node_modules/.staging/bcrypt-169d59a4/node_modules
169 silly gentlyRm /home/chanra/Desktop/money-transfer/node_modules/.staging/busboy-057ef774/node_modules is being purged
170 verbose gentlyRm don't care about contents; nuking /home/chanra/Desktop/money-transfer/node_modules/.staging/busboy-057ef774/node_modules
171 silly doParallel preinstall 2
172 silly preinstall [email protected] /home/chanra/Desktop/money-transfer/node_modules/.staging/bcrypt-169d59a4
173 info lifecycle [email protected]~preinstall: [email protected]
174 silly preinstall [email protected] /home/chanra/Desktop/money-transfer/node_modules/.staging/busboy-057ef774
175 info lifecycle [email protected]~preinstall: [email protected]
176 silly lifecycle [email protected]~preinstall: no script for preinstall, continuing
177 silly lifecycle [email protected]~preinstall: no script for preinstall, continuing
178 silly doReverseSerial remove 0
179 silly doSerial move 0
180 silly doSerial finalize 2
181 silly finalize /home/chanra/Desktop/money-transfer/node_modules/bcrypt
182 silly finalize /home/chanra/Desktop/money-transfer/node_modules/busboy
183 silly doSerial build 2
184 silly build [email protected]
185 info linkStuff [email protected]
186 silly linkStuff [email protected] has /home/chanra/Desktop/money-transfer/node_modules as its parent node_modules
187 verbose linkBins [email protected]
188 verbose linkMans [email protected]
189 silly build [email protected]
190 info linkStuff [email protected]
191 silly linkStuff [email protected] has /home/chanra/Desktop/money-transfer/node_modules as its parent node_modules
192 verbose linkBins [email protected]
193 verbose linkMans [email protected]
194 silly doSerial global-link 0
195 silly doParallel update-linked 0
196 silly doSerial install 2
197 silly install [email protected] /home/chanra/Desktop/money-transfer/node_modules/.staging/bcrypt-169d59a4
198 info lifecycle [email protected]~install: [email protected]
199 verbose lifecycle [email protected]~install: unsafe-perm in lifecycle true
200 verbose lifecycle [email protected]~install: PATH: /usr/share/npm/bin/node-gyp-bin:/home/chanra/Desktop/money-transfer/node_modules/bcrypt/node_modules/.bin:/home/chanra/Desktop/money-transfer/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
201 verbose lifecycle [email protected]~install: CWD: /home/chanra/Desktop/money-transfer/node_modules/bcrypt
202 silly lifecycle [email protected]~install: Args: [ '-c', 'node-gyp rebuild' ]
203 silly lifecycle [email protected]~install: Returned: code: 1 signal: null
204 info lifecycle [email protected]~install: Failed to exec install script
205 verbose unlock done using /home/chanra/.npm/_locks/staging-3e891b8b15322705.lock for /home/chanra/Desktop/money-transfer/node_modules/.staging
206 silly rollbackFailedOptional Starting
207 silly rollbackFailedOptional Finishing
208 silly runTopLevelLifecycles Starting
209 silly runTopLevelLifecycles Finishing
210 silly install printInstalled
211 verbose stack Error: [email protected] install: `node-gyp rebuild`
211 verbose stack Exit status 1
211 verbose stack at EventEmitter.<anonymous> (/usr/share/npm/lib/utils/lifecycle.js:232:16)
211 verbose stack at emitTwo (events.js:87:13)
211 verbose stack at EventEmitter.emit (events.js:172:7)
211 verbose stack at ChildProcess.<anonymous> (/usr/share/npm/lib/utils/spawn.js:24:14)
211 verbose stack at emitTwo (events.js:87:13)
211 verbose stack at ChildProcess.emit (events.js:172:7)
211 verbose stack at maybeClose (internal/child_process.js:821:16)
211 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
212 verbose pkgid [email protected]
213 verbose cwd /home/chanra/Desktop/money-transfer
214 error Linux 4.4.0-31-generic
215 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "--save"
216 error node v4.2.6
217 error npm v3.5.2
218 error code ELIFECYCLE
219 error [email protected] install: `node-gyp rebuild`
219 error Exit status 1
220 error Failed at the [email protected] install script 'node-gyp rebuild'.
220 error Make sure you have the latest version of node.js and npm installed.
220 error If you do, this is most likely a problem with the bcrypt package,
220 error not with npm itself.
220 error Tell the author that this fails on your system:
220 error node-gyp rebuild
220 error You can get information on how to open an issue for this project with:
220 error npm bugs bcrypt
220 error Or if that isn't available, you can get their info via:
220 error npm owner ls bcrypt
220 error There is likely additional logging output above.
221 verbose exit [ 1, true ]