1/* IMPORTANT
2 * This snapshot file is auto-generated, but designed for humans.
3 * It should be checked into source control and tracked carefully.
4 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
5 * Make sure to inspect the output below.  Do not ignore changes!
6 */
7'use strict'
8exports[`test/lib/utils/explain-eresolve.js TAP basic chain-conflict > explain with color, depth of 2 1`] = `
9While resolving: [1mproject[22m@[1m1.2.3[22m
10Found: [1m@isaacs/testing-peer-dep-conflict-chain-d[22m@[1m2.0.0[22m[2m[22m
11[2mnode_modules/@isaacs/testing-peer-dep-conflict-chain-d[22m
12  [1m@isaacs/testing-peer-dep-conflict-chain-d[22m@"[1m2[22m" from the root project
13
14Could not resolve dependency:
15[35mpeer[39m [1m@isaacs/testing-peer-dep-conflict-chain-d[22m@"[1m1[22m" from [1m@isaacs/testing-peer-dep-conflict-chain-c[22m@[1m1.0.0[22m[2m[22m
16[2mnode_modules/@isaacs/testing-peer-dep-conflict-chain-c[22m
17  [1m@isaacs/testing-peer-dep-conflict-chain-c[22m@"[1m1[22m" from the root project
18`
19
20exports[`test/lib/utils/explain-eresolve.js TAP basic chain-conflict > explain with no color, depth of 6 1`] = `
21While resolving: project@1.2.3
22Found: @isaacs/testing-peer-dep-conflict-chain-d@2.0.0
23node_modules/@isaacs/testing-peer-dep-conflict-chain-d
24  @isaacs/testing-peer-dep-conflict-chain-d@"2" from the root project
25
26Could not resolve dependency:
27peer @isaacs/testing-peer-dep-conflict-chain-d@"1" from @isaacs/testing-peer-dep-conflict-chain-c@1.0.0
28node_modules/@isaacs/testing-peer-dep-conflict-chain-c
29  @isaacs/testing-peer-dep-conflict-chain-c@"1" from the root project
30`
31
32exports[`test/lib/utils/explain-eresolve.js TAP basic chain-conflict > report from color 1`] = `
33# npm resolution error report
34
35While resolving: project@1.2.3
36Found: @isaacs/testing-peer-dep-conflict-chain-d@2.0.0
37node_modules/@isaacs/testing-peer-dep-conflict-chain-d
38  @isaacs/testing-peer-dep-conflict-chain-d@"2" from the root project
39
40Could not resolve dependency:
41peer @isaacs/testing-peer-dep-conflict-chain-d@"1" from @isaacs/testing-peer-dep-conflict-chain-c@1.0.0
42node_modules/@isaacs/testing-peer-dep-conflict-chain-c
43  @isaacs/testing-peer-dep-conflict-chain-c@"1" from the root project
44
45Fix the upstream dependency conflict, or retry
46this command with --force or --legacy-peer-deps
47to accept an incorrect (and potentially broken) dependency resolution.
48`
49
50exports[`test/lib/utils/explain-eresolve.js TAP basic chain-conflict > report with color 1`] = `
51While resolving: [1mproject[22m@[1m1.2.3[22m
52Found: [1m@isaacs/testing-peer-dep-conflict-chain-d[22m@[1m2.0.0[22m[2m[22m
53[2mnode_modules/@isaacs/testing-peer-dep-conflict-chain-d[22m
54  [1m@isaacs/testing-peer-dep-conflict-chain-d[22m@"[1m2[22m" from the root project
55
56Could not resolve dependency:
57[35mpeer[39m [1m@isaacs/testing-peer-dep-conflict-chain-d[22m@"[1m1[22m" from [1m@isaacs/testing-peer-dep-conflict-chain-c[22m@[1m1.0.0[22m[2m[22m
58[2mnode_modules/@isaacs/testing-peer-dep-conflict-chain-c[22m
59  [1m@isaacs/testing-peer-dep-conflict-chain-c[22m@"[1m1[22m" from the root project
60
61Fix the upstream dependency conflict, or retry
62this command with --force or --legacy-peer-deps
63to accept an incorrect (and potentially broken) dependency resolution.
64`
65
66exports[`test/lib/utils/explain-eresolve.js TAP basic chain-conflict > report with no color 1`] = `
67While resolving: project@1.2.3
68Found: @isaacs/testing-peer-dep-conflict-chain-d@2.0.0
69node_modules/@isaacs/testing-peer-dep-conflict-chain-d
70  @isaacs/testing-peer-dep-conflict-chain-d@"2" from the root project
71
72Could not resolve dependency:
73peer @isaacs/testing-peer-dep-conflict-chain-d@"1" from @isaacs/testing-peer-dep-conflict-chain-c@1.0.0
74node_modules/@isaacs/testing-peer-dep-conflict-chain-c
75  @isaacs/testing-peer-dep-conflict-chain-c@"1" from the root project
76
77Fix the upstream dependency conflict, or retry
78this command with --force or --legacy-peer-deps
79to accept an incorrect (and potentially broken) dependency resolution.
80`
81
82exports[`test/lib/utils/explain-eresolve.js TAP basic cycleNested > explain with color, depth of 2 1`] = `
83Found: [1m@isaacs/peer-dep-cycle-c[22m@[1m2.0.0[22m[2m[22m
84[2mnode_modules/@isaacs/peer-dep-cycle-c[22m
85  [1m@isaacs/peer-dep-cycle-c[22m@"[1m2.x[22m" from the root project
86
87Could not resolve dependency:
88[35mpeer[39m [1m@isaacs/peer-dep-cycle-b[22m@"[1m1[22m" from [1m@isaacs/peer-dep-cycle-a[22m@[1m1.0.0[22m[2m[22m
89[2mnode_modules/@isaacs/peer-dep-cycle-a[22m
90  [1m@isaacs/peer-dep-cycle-a[22m@"[1m1.x[22m" from the root project
91
92Conflicting peer dependency: [1m@isaacs/peer-dep-cycle-c[22m@[1m1.0.0[22m[2m[22m
93[2mnode_modules/@isaacs/peer-dep-cycle-c[22m
94  [35mpeer[39m [1m@isaacs/peer-dep-cycle-c[22m@"[1m1[22m" from [1m@isaacs/peer-dep-cycle-b[22m@[1m1.0.0[22m[2m[22m
95  [2mnode_modules/@isaacs/peer-dep-cycle-b[22m
96    [35mpeer[39m [1m@isaacs/peer-dep-cycle-b[22m@"[1m1[22m" from [1m@isaacs/peer-dep-cycle-a[22m@[1m1.0.0[22m[2m[22m
97    [2mnode_modules/@isaacs/peer-dep-cycle-a[22m
98`
99
100exports[`test/lib/utils/explain-eresolve.js TAP basic cycleNested > explain with no color, depth of 6 1`] = `
101Found: @isaacs/peer-dep-cycle-c@2.0.0
102node_modules/@isaacs/peer-dep-cycle-c
103  @isaacs/peer-dep-cycle-c@"2.x" from the root project
104
105Could not resolve dependency:
106peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
107node_modules/@isaacs/peer-dep-cycle-a
108  @isaacs/peer-dep-cycle-a@"1.x" from the root project
109
110Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0
111node_modules/@isaacs/peer-dep-cycle-c
112  peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
113  node_modules/@isaacs/peer-dep-cycle-b
114    peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
115    node_modules/@isaacs/peer-dep-cycle-a
116      @isaacs/peer-dep-cycle-a@"1.x" from the root project
117`
118
119exports[`test/lib/utils/explain-eresolve.js TAP basic cycleNested > report from color 1`] = `
120# npm resolution error report
121
122Found: @isaacs/peer-dep-cycle-c@2.0.0
123node_modules/@isaacs/peer-dep-cycle-c
124  @isaacs/peer-dep-cycle-c@"2.x" from the root project
125
126Could not resolve dependency:
127peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
128node_modules/@isaacs/peer-dep-cycle-a
129  @isaacs/peer-dep-cycle-a@"1.x" from the root project
130
131Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0
132node_modules/@isaacs/peer-dep-cycle-c
133  peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
134  node_modules/@isaacs/peer-dep-cycle-b
135    peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
136    node_modules/@isaacs/peer-dep-cycle-a
137      @isaacs/peer-dep-cycle-a@"1.x" from the root project
138
139Fix the upstream dependency conflict, or retry
140this command with --no-strict-peer-deps, --force, or --legacy-peer-deps
141to accept an incorrect (and potentially broken) dependency resolution.
142`
143
144exports[`test/lib/utils/explain-eresolve.js TAP basic cycleNested > report with color 1`] = `
145Found: [1m@isaacs/peer-dep-cycle-c[22m@[1m2.0.0[22m[2m[22m
146[2mnode_modules/@isaacs/peer-dep-cycle-c[22m
147  [1m@isaacs/peer-dep-cycle-c[22m@"[1m2.x[22m" from the root project
148
149Could not resolve dependency:
150[35mpeer[39m [1m@isaacs/peer-dep-cycle-b[22m@"[1m1[22m" from [1m@isaacs/peer-dep-cycle-a[22m@[1m1.0.0[22m[2m[22m
151[2mnode_modules/@isaacs/peer-dep-cycle-a[22m
152  [1m@isaacs/peer-dep-cycle-a[22m@"[1m1.x[22m" from the root project
153
154Conflicting peer dependency: [1m@isaacs/peer-dep-cycle-c[22m@[1m1.0.0[22m[2m[22m
155[2mnode_modules/@isaacs/peer-dep-cycle-c[22m
156  [35mpeer[39m [1m@isaacs/peer-dep-cycle-c[22m@"[1m1[22m" from [1m@isaacs/peer-dep-cycle-b[22m@[1m1.0.0[22m[2m[22m
157  [2mnode_modules/@isaacs/peer-dep-cycle-b[22m
158    [35mpeer[39m [1m@isaacs/peer-dep-cycle-b[22m@"[1m1[22m" from [1m@isaacs/peer-dep-cycle-a[22m@[1m1.0.0[22m[2m[22m
159    [2mnode_modules/@isaacs/peer-dep-cycle-a[22m
160      [1m@isaacs/peer-dep-cycle-a[22m@"[1m1.x[22m" from the root project
161
162Fix the upstream dependency conflict, or retry
163this command with --no-strict-peer-deps, --force, or --legacy-peer-deps
164to accept an incorrect (and potentially broken) dependency resolution.
165`
166
167exports[`test/lib/utils/explain-eresolve.js TAP basic cycleNested > report with no color 1`] = `
168Found: @isaacs/peer-dep-cycle-c@2.0.0
169node_modules/@isaacs/peer-dep-cycle-c
170  @isaacs/peer-dep-cycle-c@"2.x" from the root project
171
172Could not resolve dependency:
173peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
174node_modules/@isaacs/peer-dep-cycle-a
175  @isaacs/peer-dep-cycle-a@"1.x" from the root project
176
177Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0
178node_modules/@isaacs/peer-dep-cycle-c
179  peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
180  node_modules/@isaacs/peer-dep-cycle-b
181    peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
182    node_modules/@isaacs/peer-dep-cycle-a
183      @isaacs/peer-dep-cycle-a@"1.x" from the root project
184
185Fix the upstream dependency conflict, or retry
186this command with --no-strict-peer-deps, --force, or --legacy-peer-deps
187to accept an incorrect (and potentially broken) dependency resolution.
188`
189
190exports[`test/lib/utils/explain-eresolve.js TAP basic eslint-plugin case > explain with color, depth of 2 1`] = `
191While resolving: [1meslint-plugin-react[22m@[1m7.24.0[22m
192Found: [1meslint[22m@[1m6.8.0[22m[2m[22m
193[2mnode_modules/eslint[22m
194  [33mdev[39m [1meslint[22m@"[1m^3 || ^4 || ^5 || ^6 || ^7[22m" from the root project
195  3 more (@typescript-eslint/parser, ...)
196
197Could not resolve dependency:
198[33mdev[39m [1meslint-plugin-eslint-plugin[22m@"[1m^3.1.0[22m" from the root project
199
200Conflicting peer dependency: [1meslint[22m@[1m7.31.0[22m[2m[22m
201[2mnode_modules/eslint[22m
202  [35mpeer[39m [1meslint[22m@"[1m^7.0.0[22m" from [1meslint-plugin-eslint-plugin[22m@[1m3.5.1[22m[2m[22m
203  [2mnode_modules/eslint-plugin-eslint-plugin[22m
204    [33mdev[39m [1meslint-plugin-eslint-plugin[22m@"[1m^3.1.0[22m" from the root project
205`
206
207exports[`test/lib/utils/explain-eresolve.js TAP basic eslint-plugin case > explain with no color, depth of 6 1`] = `
208While resolving: eslint-plugin-react@7.24.0
209Found: eslint@6.8.0
210node_modules/eslint
211  dev eslint@"^3 || ^4 || ^5 || ^6 || ^7" from the root project
212  peer eslint@"^5.0.0 || ^6.0.0" from @typescript-eslint/parser@2.34.0
213  node_modules/@typescript-eslint/parser
214    dev @typescript-eslint/parser@"^2.34.0" from the root project
215  peer eslint@"^5.16.0 || ^6.8.0 || ^7.2.0" from eslint-config-airbnb-base@14.2.1
216  node_modules/eslint-config-airbnb-base
217    dev eslint-config-airbnb-base@"^14.2.1" from the root project
218  1 more (eslint-plugin-import)
219
220Could not resolve dependency:
221dev eslint-plugin-eslint-plugin@"^3.1.0" from the root project
222
223Conflicting peer dependency: eslint@7.31.0
224node_modules/eslint
225  peer eslint@"^7.0.0" from eslint-plugin-eslint-plugin@3.5.1
226  node_modules/eslint-plugin-eslint-plugin
227    dev eslint-plugin-eslint-plugin@"^3.1.0" from the root project
228`
229
230exports[`test/lib/utils/explain-eresolve.js TAP basic eslint-plugin case > report from color 1`] = `
231# npm resolution error report
232
233While resolving: eslint-plugin-react@7.24.0
234Found: eslint@6.8.0
235node_modules/eslint
236  dev eslint@"^3 || ^4 || ^5 || ^6 || ^7" from the root project
237  peer eslint@"^5.0.0 || ^6.0.0" from @typescript-eslint/parser@2.34.0
238  node_modules/@typescript-eslint/parser
239    dev @typescript-eslint/parser@"^2.34.0" from the root project
240  peer eslint@"^5.16.0 || ^6.8.0 || ^7.2.0" from eslint-config-airbnb-base@14.2.1
241  node_modules/eslint-config-airbnb-base
242    dev eslint-config-airbnb-base@"^14.2.1" from the root project
243  peer eslint@"^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0" from eslint-plugin-import@2.23.4
244  node_modules/eslint-plugin-import
245    dev eslint-plugin-import@"^2.23.4" from the root project
246    peer eslint-plugin-import@"^2.22.1" from eslint-config-airbnb-base@14.2.1
247    node_modules/eslint-config-airbnb-base
248      dev eslint-config-airbnb-base@"^14.2.1" from the root project
249
250Could not resolve dependency:
251dev eslint-plugin-eslint-plugin@"^3.1.0" from the root project
252
253Conflicting peer dependency: eslint@7.31.0
254node_modules/eslint
255  peer eslint@"^7.0.0" from eslint-plugin-eslint-plugin@3.5.1
256  node_modules/eslint-plugin-eslint-plugin
257    dev eslint-plugin-eslint-plugin@"^3.1.0" from the root project
258
259Fix the upstream dependency conflict, or retry
260this command with --force or --legacy-peer-deps
261to accept an incorrect (and potentially broken) dependency resolution.
262`
263
264exports[`test/lib/utils/explain-eresolve.js TAP basic eslint-plugin case > report with color 1`] = `
265While resolving: [1meslint-plugin-react[22m@[1m7.24.0[22m
266Found: [1meslint[22m@[1m6.8.0[22m[2m[22m
267[2mnode_modules/eslint[22m
268  [33mdev[39m [1meslint[22m@"[1m^3 || ^4 || ^5 || ^6 || ^7[22m" from the root project
269  [35mpeer[39m [1meslint[22m@"[1m^5.0.0 || ^6.0.0[22m" from [1m@typescript-eslint/parser[22m@[1m2.34.0[22m[2m[22m
270  [2mnode_modules/@typescript-eslint/parser[22m
271    [33mdev[39m [1m@typescript-eslint/parser[22m@"[1m^2.34.0[22m" from the root project
272  2 more (eslint-config-airbnb-base, eslint-plugin-import)
273
274Could not resolve dependency:
275[33mdev[39m [1meslint-plugin-eslint-plugin[22m@"[1m^3.1.0[22m" from the root project
276
277Conflicting peer dependency: [1meslint[22m@[1m7.31.0[22m[2m[22m
278[2mnode_modules/eslint[22m
279  [35mpeer[39m [1meslint[22m@"[1m^7.0.0[22m" from [1meslint-plugin-eslint-plugin[22m@[1m3.5.1[22m[2m[22m
280  [2mnode_modules/eslint-plugin-eslint-plugin[22m
281    [33mdev[39m [1meslint-plugin-eslint-plugin[22m@"[1m^3.1.0[22m" from the root project
282
283Fix the upstream dependency conflict, or retry
284this command with --force or --legacy-peer-deps
285to accept an incorrect (and potentially broken) dependency resolution.
286`
287
288exports[`test/lib/utils/explain-eresolve.js TAP basic eslint-plugin case > report with no color 1`] = `
289While resolving: eslint-plugin-react@7.24.0
290Found: eslint@6.8.0
291node_modules/eslint
292  dev eslint@"^3 || ^4 || ^5 || ^6 || ^7" from the root project
293  peer eslint@"^5.0.0 || ^6.0.0" from @typescript-eslint/parser@2.34.0
294  node_modules/@typescript-eslint/parser
295    dev @typescript-eslint/parser@"^2.34.0" from the root project
296  2 more (eslint-config-airbnb-base, eslint-plugin-import)
297
298Could not resolve dependency:
299dev eslint-plugin-eslint-plugin@"^3.1.0" from the root project
300
301Conflicting peer dependency: eslint@7.31.0
302node_modules/eslint
303  peer eslint@"^7.0.0" from eslint-plugin-eslint-plugin@3.5.1
304  node_modules/eslint-plugin-eslint-plugin
305    dev eslint-plugin-eslint-plugin@"^3.1.0" from the root project
306
307Fix the upstream dependency conflict, or retry
308this command with --force or --legacy-peer-deps
309to accept an incorrect (and potentially broken) dependency resolution.
310`
311
312exports[`test/lib/utils/explain-eresolve.js TAP basic gatsby > explain with color, depth of 2 1`] = `
313While resolving: [1mgatsby-recipes[22m@[1m0.2.31[22m
314Found: [1mink[22m@[1m3.0.0-7[22m[2m[22m
315[2mnode_modules/ink[22m
316  [33mdev[39m [1mink[22m@"[1mnext[22m" from [1mgatsby-recipes[22m@[1m0.2.31[22m[2m[22m
317  [2mnode_modules/gatsby-recipes[22m
318    [1mgatsby-recipes[22m@"[1m^0.2.31[22m" from [1mgatsby-cli[22m@[1m2.12.107[22m[2m[22m
319    [2mnode_modules/gatsby-cli[22m
320
321Could not resolve dependency:
322[35mpeer[39m [1mink[22m@"[1m>=2.0.0[22m" from [1mink-box[22m@[1m1.0.0[22m[2m[22m
323[2mnode_modules/ink-box[22m
324  [1mink-box[22m@"[1m^1.0.0[22m" from [1mgatsby-recipes[22m@[1m0.2.31[22m[2m[22m
325  [2mnode_modules/gatsby-recipes[22m
326`
327
328exports[`test/lib/utils/explain-eresolve.js TAP basic gatsby > explain with no color, depth of 6 1`] = `
329While resolving: gatsby-recipes@0.2.31
330Found: ink@3.0.0-7
331node_modules/ink
332  dev ink@"next" from gatsby-recipes@0.2.31
333  node_modules/gatsby-recipes
334    gatsby-recipes@"^0.2.31" from gatsby-cli@2.12.107
335    node_modules/gatsby-cli
336      gatsby-cli@"^2.12.107" from gatsby@2.24.74
337      node_modules/gatsby
338        gatsby@"" from the root project
339
340Could not resolve dependency:
341peer ink@">=2.0.0" from ink-box@1.0.0
342node_modules/ink-box
343  ink-box@"^1.0.0" from gatsby-recipes@0.2.31
344  node_modules/gatsby-recipes
345    gatsby-recipes@"^0.2.31" from gatsby-cli@2.12.107
346    node_modules/gatsby-cli
347      gatsby-cli@"^2.12.107" from gatsby@2.24.74
348      node_modules/gatsby
349        gatsby@"" from the root project
350`
351
352exports[`test/lib/utils/explain-eresolve.js TAP basic gatsby > report from color 1`] = `
353# npm resolution error report
354
355While resolving: gatsby-recipes@0.2.31
356Found: ink@3.0.0-7
357node_modules/ink
358  dev ink@"next" from gatsby-recipes@0.2.31
359  node_modules/gatsby-recipes
360    gatsby-recipes@"^0.2.31" from gatsby-cli@2.12.107
361    node_modules/gatsby-cli
362      gatsby-cli@"^2.12.107" from gatsby@2.24.74
363      node_modules/gatsby
364        gatsby@"" from the root project
365
366Could not resolve dependency:
367peer ink@">=2.0.0" from ink-box@1.0.0
368node_modules/ink-box
369  ink-box@"^1.0.0" from gatsby-recipes@0.2.31
370  node_modules/gatsby-recipes
371    gatsby-recipes@"^0.2.31" from gatsby-cli@2.12.107
372    node_modules/gatsby-cli
373      gatsby-cli@"^2.12.107" from gatsby@2.24.74
374      node_modules/gatsby
375        gatsby@"" from the root project
376
377Fix the upstream dependency conflict, or retry
378this command with --no-strict-peer-deps, --force, or --legacy-peer-deps
379to accept an incorrect (and potentially broken) dependency resolution.
380`
381
382exports[`test/lib/utils/explain-eresolve.js TAP basic gatsby > report with color 1`] = `
383While resolving: [1mgatsby-recipes[22m@[1m0.2.31[22m
384Found: [1mink[22m@[1m3.0.0-7[22m[2m[22m
385[2mnode_modules/ink[22m
386  [33mdev[39m [1mink[22m@"[1mnext[22m" from [1mgatsby-recipes[22m@[1m0.2.31[22m[2m[22m
387  [2mnode_modules/gatsby-recipes[22m
388    [1mgatsby-recipes[22m@"[1m^0.2.31[22m" from [1mgatsby-cli[22m@[1m2.12.107[22m[2m[22m
389    [2mnode_modules/gatsby-cli[22m
390      [1mgatsby-cli[22m@"[1m^2.12.107[22m" from [1mgatsby[22m@[1m2.24.74[22m[2m[22m
391      [2mnode_modules/gatsby[22m
392        [1mgatsby[22m@"" from the root project
393
394Could not resolve dependency:
395[35mpeer[39m [1mink[22m@"[1m>=2.0.0[22m" from [1mink-box[22m@[1m1.0.0[22m[2m[22m
396[2mnode_modules/ink-box[22m
397  [1mink-box[22m@"[1m^1.0.0[22m" from [1mgatsby-recipes[22m@[1m0.2.31[22m[2m[22m
398  [2mnode_modules/gatsby-recipes[22m
399    [1mgatsby-recipes[22m@"[1m^0.2.31[22m" from [1mgatsby-cli[22m@[1m2.12.107[22m[2m[22m
400    [2mnode_modules/gatsby-cli[22m
401      [1mgatsby-cli[22m@"[1m^2.12.107[22m" from [1mgatsby[22m@[1m2.24.74[22m[2m[22m
402      [2mnode_modules/gatsby[22m
403
404Fix the upstream dependency conflict, or retry
405this command with --no-strict-peer-deps, --force, or --legacy-peer-deps
406to accept an incorrect (and potentially broken) dependency resolution.
407`
408
409exports[`test/lib/utils/explain-eresolve.js TAP basic gatsby > report with no color 1`] = `
410While resolving: gatsby-recipes@0.2.31
411Found: ink@3.0.0-7
412node_modules/ink
413  dev ink@"next" from gatsby-recipes@0.2.31
414  node_modules/gatsby-recipes
415    gatsby-recipes@"^0.2.31" from gatsby-cli@2.12.107
416    node_modules/gatsby-cli
417      gatsby-cli@"^2.12.107" from gatsby@2.24.74
418      node_modules/gatsby
419        gatsby@"" from the root project
420
421Could not resolve dependency:
422peer ink@">=2.0.0" from ink-box@1.0.0
423node_modules/ink-box
424  ink-box@"^1.0.0" from gatsby-recipes@0.2.31
425  node_modules/gatsby-recipes
426    gatsby-recipes@"^0.2.31" from gatsby-cli@2.12.107
427    node_modules/gatsby-cli
428      gatsby-cli@"^2.12.107" from gatsby@2.24.74
429      node_modules/gatsby
430
431Fix the upstream dependency conflict, or retry
432this command with --no-strict-peer-deps, --force, or --legacy-peer-deps
433to accept an incorrect (and potentially broken) dependency resolution.
434`
435
436exports[`test/lib/utils/explain-eresolve.js TAP basic no current node, but has current edge > explain with color, depth of 2 1`] = `
437While resolving: [1meslint[22m@[1m7.22.0[22m
438Found: [33mdev[39m [1meslint[22m@"[1mfile:.[22m" from the root project
439
440Could not resolve dependency:
441[35mpeer[39m [1meslint[22m@"[1m^6.0.0[22m" from [1meslint-plugin-jsdoc[22m@[1m22.2.0[22m[2m[22m
442[2mnode_modules/eslint-plugin-jsdoc[22m
443  [33mdev[39m [1meslint-plugin-jsdoc[22m@"[1m^22.1.0[22m" from the root project
444`
445
446exports[`test/lib/utils/explain-eresolve.js TAP basic no current node, but has current edge > explain with no color, depth of 6 1`] = `
447While resolving: eslint@7.22.0
448Found: dev eslint@"file:." from the root project
449
450Could not resolve dependency:
451peer eslint@"^6.0.0" from eslint-plugin-jsdoc@22.2.0
452node_modules/eslint-plugin-jsdoc
453  dev eslint-plugin-jsdoc@"^22.1.0" from the root project
454`
455
456exports[`test/lib/utils/explain-eresolve.js TAP basic no current node, but has current edge > report from color 1`] = `
457# npm resolution error report
458
459While resolving: eslint@7.22.0
460Found: dev eslint@"file:." from the root project
461
462Could not resolve dependency:
463peer eslint@"^6.0.0" from eslint-plugin-jsdoc@22.2.0
464node_modules/eslint-plugin-jsdoc
465  dev eslint-plugin-jsdoc@"^22.1.0" from the root project
466
467Fix the upstream dependency conflict, or retry
468this command with --force or --legacy-peer-deps
469to accept an incorrect (and potentially broken) dependency resolution.
470`
471
472exports[`test/lib/utils/explain-eresolve.js TAP basic no current node, but has current edge > report with color 1`] = `
473While resolving: [1meslint[22m@[1m7.22.0[22m
474Found: [33mdev[39m [1meslint[22m@"[1mfile:.[22m" from the root project
475
476Could not resolve dependency:
477[35mpeer[39m [1meslint[22m@"[1m^6.0.0[22m" from [1meslint-plugin-jsdoc[22m@[1m22.2.0[22m[2m[22m
478[2mnode_modules/eslint-plugin-jsdoc[22m
479  [33mdev[39m [1meslint-plugin-jsdoc[22m@"[1m^22.1.0[22m" from the root project
480
481Fix the upstream dependency conflict, or retry
482this command with --force or --legacy-peer-deps
483to accept an incorrect (and potentially broken) dependency resolution.
484`
485
486exports[`test/lib/utils/explain-eresolve.js TAP basic no current node, but has current edge > report with no color 1`] = `
487While resolving: eslint@7.22.0
488Found: dev eslint@"file:." from the root project
489
490Could not resolve dependency:
491peer eslint@"^6.0.0" from eslint-plugin-jsdoc@22.2.0
492node_modules/eslint-plugin-jsdoc
493  dev eslint-plugin-jsdoc@"^22.1.0" from the root project
494
495Fix the upstream dependency conflict, or retry
496this command with --force or --legacy-peer-deps
497to accept an incorrect (and potentially broken) dependency resolution.
498`
499
500exports[`test/lib/utils/explain-eresolve.js TAP basic no current node, no current edge, idk > explain with color, depth of 2 1`] = `
501While resolving: [1meslint[22m@[1m7.22.0[22m
502Found: [35mpeer[39m [1meslint[22m@"[1m^6.0.0[22m" from [1meslint-plugin-jsdoc[22m@[1m22.2.0[22m[2m[22m
503[2mnode_modules/eslint-plugin-jsdoc[22m
504  [33mdev[39m [1meslint-plugin-jsdoc[22m@"[1m^22.1.0[22m" from the root project
505
506Could not resolve dependency:
507[35mpeer[39m [1meslint[22m@"[1m^6.0.0[22m" from [1meslint-plugin-jsdoc[22m@[1m22.2.0[22m[2m[22m
508[2mnode_modules/eslint-plugin-jsdoc[22m
509  [33mdev[39m [1meslint-plugin-jsdoc[22m@"[1m^22.1.0[22m" from the root project
510`
511
512exports[`test/lib/utils/explain-eresolve.js TAP basic no current node, no current edge, idk > explain with no color, depth of 6 1`] = `
513While resolving: eslint@7.22.0
514Found: peer eslint@"^6.0.0" from eslint-plugin-jsdoc@22.2.0
515node_modules/eslint-plugin-jsdoc
516  dev eslint-plugin-jsdoc@"^22.1.0" from the root project
517
518Could not resolve dependency:
519peer eslint@"^6.0.0" from eslint-plugin-jsdoc@22.2.0
520node_modules/eslint-plugin-jsdoc
521  dev eslint-plugin-jsdoc@"^22.1.0" from the root project
522`
523
524exports[`test/lib/utils/explain-eresolve.js TAP basic no current node, no current edge, idk > report from color 1`] = `
525# npm resolution error report
526
527While resolving: eslint@7.22.0
528Found: peer eslint@"^6.0.0" from eslint-plugin-jsdoc@22.2.0
529node_modules/eslint-plugin-jsdoc
530  dev eslint-plugin-jsdoc@"^22.1.0" from the root project
531
532Could not resolve dependency:
533peer eslint@"^6.0.0" from eslint-plugin-jsdoc@22.2.0
534node_modules/eslint-plugin-jsdoc
535  dev eslint-plugin-jsdoc@"^22.1.0" from the root project
536
537Fix the upstream dependency conflict, or retry
538this command with --force or --legacy-peer-deps
539to accept an incorrect (and potentially broken) dependency resolution.
540`
541
542exports[`test/lib/utils/explain-eresolve.js TAP basic no current node, no current edge, idk > report with color 1`] = `
543While resolving: [1meslint[22m@[1m7.22.0[22m
544Found: [35mpeer[39m [1meslint[22m@"[1m^6.0.0[22m" from [1meslint-plugin-jsdoc[22m@[1m22.2.0[22m[2m[22m
545[2mnode_modules/eslint-plugin-jsdoc[22m
546  [33mdev[39m [1meslint-plugin-jsdoc[22m@"[1m^22.1.0[22m" from the root project
547
548Could not resolve dependency:
549[35mpeer[39m [1meslint[22m@"[1m^6.0.0[22m" from [1meslint-plugin-jsdoc[22m@[1m22.2.0[22m[2m[22m
550[2mnode_modules/eslint-plugin-jsdoc[22m
551  [33mdev[39m [1meslint-plugin-jsdoc[22m@"[1m^22.1.0[22m" from the root project
552
553Fix the upstream dependency conflict, or retry
554this command with --force or --legacy-peer-deps
555to accept an incorrect (and potentially broken) dependency resolution.
556`
557
558exports[`test/lib/utils/explain-eresolve.js TAP basic no current node, no current edge, idk > report with no color 1`] = `
559While resolving: eslint@7.22.0
560Found: peer eslint@"^6.0.0" from eslint-plugin-jsdoc@22.2.0
561node_modules/eslint-plugin-jsdoc
562  dev eslint-plugin-jsdoc@"^22.1.0" from the root project
563
564Could not resolve dependency:
565peer eslint@"^6.0.0" from eslint-plugin-jsdoc@22.2.0
566node_modules/eslint-plugin-jsdoc
567  dev eslint-plugin-jsdoc@"^22.1.0" from the root project
568
569Fix the upstream dependency conflict, or retry
570this command with --force or --legacy-peer-deps
571to accept an incorrect (and potentially broken) dependency resolution.
572`
573
574exports[`test/lib/utils/explain-eresolve.js TAP basic withShrinkwrap > explain with color, depth of 2 1`] = `
575While resolving: [1m@isaacs/peer-dep-cycle-b[22m@[1m1.0.0[22m
576Found: [1m@isaacs/peer-dep-cycle-c[22m@[1m2.0.0[22m[2m[22m
577[2mnode_modules/@isaacs/peer-dep-cycle-c[22m
578  [1m@isaacs/peer-dep-cycle-c[22m@"[1m2.x[22m" from the root project
579
580Could not resolve dependency:
581[35mpeer[39m [1m@isaacs/peer-dep-cycle-c[22m@"[1m1[22m" from [1m@isaacs/peer-dep-cycle-b[22m@[1m1.0.0[22m[2m[22m
582[2mnode_modules/@isaacs/peer-dep-cycle-b[22m
583  [35mpeer[39m [1m@isaacs/peer-dep-cycle-b[22m@"[1m1[22m" from [1m@isaacs/peer-dep-cycle-a[22m@[1m1.0.0[22m[2m[22m
584  [2mnode_modules/@isaacs/peer-dep-cycle-a[22m
585`
586
587exports[`test/lib/utils/explain-eresolve.js TAP basic withShrinkwrap > explain with no color, depth of 6 1`] = `
588While resolving: @isaacs/peer-dep-cycle-b@1.0.0
589Found: @isaacs/peer-dep-cycle-c@2.0.0
590node_modules/@isaacs/peer-dep-cycle-c
591  @isaacs/peer-dep-cycle-c@"2.x" from the root project
592
593Could not resolve dependency:
594peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
595node_modules/@isaacs/peer-dep-cycle-b
596  peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
597  node_modules/@isaacs/peer-dep-cycle-a
598    @isaacs/peer-dep-cycle-a@"1.x" from the root project
599`
600
601exports[`test/lib/utils/explain-eresolve.js TAP basic withShrinkwrap > report from color 1`] = `
602# npm resolution error report
603
604While resolving: @isaacs/peer-dep-cycle-b@1.0.0
605Found: @isaacs/peer-dep-cycle-c@2.0.0
606node_modules/@isaacs/peer-dep-cycle-c
607  @isaacs/peer-dep-cycle-c@"2.x" from the root project
608
609Could not resolve dependency:
610peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
611node_modules/@isaacs/peer-dep-cycle-b
612  peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
613  node_modules/@isaacs/peer-dep-cycle-a
614    @isaacs/peer-dep-cycle-a@"1.x" from the root project
615
616Fix the upstream dependency conflict, or retry
617this command with --no-strict-peer-deps, --force, or --legacy-peer-deps
618to accept an incorrect (and potentially broken) dependency resolution.
619`
620
621exports[`test/lib/utils/explain-eresolve.js TAP basic withShrinkwrap > report with color 1`] = `
622While resolving: [1m@isaacs/peer-dep-cycle-b[22m@[1m1.0.0[22m
623Found: [1m@isaacs/peer-dep-cycle-c[22m@[1m2.0.0[22m[2m[22m
624[2mnode_modules/@isaacs/peer-dep-cycle-c[22m
625  [1m@isaacs/peer-dep-cycle-c[22m@"[1m2.x[22m" from the root project
626
627Could not resolve dependency:
628[35mpeer[39m [1m@isaacs/peer-dep-cycle-c[22m@"[1m1[22m" from [1m@isaacs/peer-dep-cycle-b[22m@[1m1.0.0[22m[2m[22m
629[2mnode_modules/@isaacs/peer-dep-cycle-b[22m
630  [35mpeer[39m [1m@isaacs/peer-dep-cycle-b[22m@"[1m1[22m" from [1m@isaacs/peer-dep-cycle-a[22m@[1m1.0.0[22m[2m[22m
631  [2mnode_modules/@isaacs/peer-dep-cycle-a[22m
632    [1m@isaacs/peer-dep-cycle-a[22m@"[1m1.x[22m" from the root project
633
634Fix the upstream dependency conflict, or retry
635this command with --no-strict-peer-deps, --force, or --legacy-peer-deps
636to accept an incorrect (and potentially broken) dependency resolution.
637`
638
639exports[`test/lib/utils/explain-eresolve.js TAP basic withShrinkwrap > report with no color 1`] = `
640While resolving: @isaacs/peer-dep-cycle-b@1.0.0
641Found: @isaacs/peer-dep-cycle-c@2.0.0
642node_modules/@isaacs/peer-dep-cycle-c
643  @isaacs/peer-dep-cycle-c@"2.x" from the root project
644
645Could not resolve dependency:
646peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
647node_modules/@isaacs/peer-dep-cycle-b
648  peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
649  node_modules/@isaacs/peer-dep-cycle-a
650    @isaacs/peer-dep-cycle-a@"1.x" from the root project
651
652Fix the upstream dependency conflict, or retry
653this command with --no-strict-peer-deps, --force, or --legacy-peer-deps
654to accept an incorrect (and potentially broken) dependency resolution.
655`
656