-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnpm-debug.log
88 lines (88 loc) · 4.68 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/nodejs',
1 verbose cli '/usr/bin/npm',
1 verbose cli 'install',
1 verbose cli '--save',
1 verbose cli 'google-maps-react' ]
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 google-maps-react
8 silly fetchNamedPackageData google-maps-react
9 silly mapToRegistry name google-maps-react
10 silly mapToRegistry using default registry
11 silly mapToRegistry registry https://registry.npmjs.org/
12 silly mapToRegistry uri https://registry.npmjs.org/google-maps-react
13 verbose request uri https://registry.npmjs.org/google-maps-react
14 verbose request no auth needed
15 info attempt registry request try #1 at 11:26:25 PM
16 verbose request id b51d04d8ac3524dc
17 verbose etag W/"096637f5f128e3f2141173358791bac7"
18 verbose lastModified Sun, 27 May 2018 02:36:28 GMT
19 http request GET https://registry.npmjs.org/google-maps-react
20 http 304 https://registry.npmjs.org/google-maps-react
21 verbose headers { date: 'Thu, 31 May 2018 06:26:25 GMT',
21 verbose headers connection: 'keep-alive',
21 verbose headers 'set-cookie': [ '__cfduid=dc7f22d238bd6438284af8243e23620461527747985; expires=Fri, 31-May-19 06:26:25 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
21 verbose headers 'cache-control': 'max-age=300',
21 verbose headers 'cf-cache-status': 'HIT',
21 verbose headers 'cf-ray': '42375e6f59b82810-SJC',
21 verbose headers etag: '"096637f5f128e3f2141173358791bac7"',
21 verbose headers 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
21 verbose headers 'last-modified': 'Sun, 27 May 2018 02:36:28 GMT',
21 verbose headers vary: 'accept-encoding, accept',
21 verbose headers server: 'cloudflare' }
22 silly get cb [ 304,
22 silly get { date: 'Thu, 31 May 2018 06:26:25 GMT',
22 silly get connection: 'keep-alive',
22 silly get 'set-cookie': [ '__cfduid=dc7f22d238bd6438284af8243e23620461527747985; expires=Fri, 31-May-19 06:26:25 GMT; path=/; domain=.registry.npmjs.org; HttpOnly' ],
22 silly get 'cache-control': 'max-age=300',
22 silly get 'cf-cache-status': 'HIT',
22 silly get 'cf-ray': '42375e6f59b82810-SJC',
22 silly get etag: '"096637f5f128e3f2141173358791bac7"',
22 silly get 'expect-ct': 'max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"',
22 silly get 'last-modified': 'Sun, 27 May 2018 02:36:28 GMT',
22 silly get vary: 'accept-encoding, accept',
22 silly get server: 'cloudflare' } ]
23 verbose etag https://registry.npmjs.org/google-maps-react from cache
24 verbose get saving google-maps-react to /home/dorothy_bee/.npm/registry.npmjs.org/google-maps-react/.cache.json
25 silly install normalizeTree
26 silly loadCurrentTree Finishing
27 silly loadIdealTree Starting
28 silly install loadIdealTree
29 silly cloneCurrentTree Starting
30 silly install cloneCurrentTreeToIdealTree
31 silly cloneCurrentTree Finishing
32 silly loadShrinkwrap Starting
33 silly install loadShrinkwrap
34 silly loadShrinkwrap Finishing
35 silly loadAllDepsIntoIdealTree Starting
36 silly install loadAllDepsIntoIdealTree
37 silly rollbackFailedOptional Starting
38 silly rollbackFailedOptional Finishing
39 silly runTopLevelLifecycles Starting
40 silly runTopLevelLifecycles Finishing
41 silly install printInstalled
42 verbose stack Error: Refusing to install google-maps-react as a dependency of itself
42 verbose stack at checkSelf (/usr/share/npm/lib/install/validate-args.js:40:14)
42 verbose stack at Array.<anonymous> (/usr/share/npm/node_modules/slide/lib/bind-actor.js:15:8)
42 verbose stack at LOOP (/usr/share/npm/node_modules/slide/lib/chain.js:15:14)
42 verbose stack at chain (/usr/share/npm/node_modules/slide/lib/chain.js:20:5)
42 verbose stack at /usr/share/npm/lib/install/validate-args.js:15:5
42 verbose stack at /usr/share/npm/node_modules/slide/lib/async-map.js:52:35
42 verbose stack at Array.forEach (native)
42 verbose stack at /usr/share/npm/node_modules/slide/lib/async-map.js:52:11
42 verbose stack at Array.forEach (native)
42 verbose stack at asyncMap (/usr/share/npm/node_modules/slide/lib/async-map.js:51:8)
43 verbose cwd /home/dorothy_bee/src/geiger/Geiger-HB-Project
44 error Linux 4.13.0-43-generic
45 error argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "--save" "google-maps-react"
46 error node v4.2.6
47 error npm v3.5.2
48 error code ENOSELF
49 error Refusing to install google-maps-react as a dependency of itself
50 error If you need help, you may report this error at:
50 error <https://github.com/npm/npm/issues>
51 verbose exit [ 1, true ]