Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-09-07 03:11:49 +0300
committerisaacs <i@izs.me>2020-09-07 03:11:52 +0300
commit7418970f03229dd2bce7973b99b981779aee6916 (patch)
tree4d34e1152375aa6012dcde39c1bce01714d7ad9d /tap-snapshots
parent58c215543103d52c4b44b0fa8f479e8537c1e472 (diff)
Tighten up the output of dep node explanations
Reduce visual noise, make the more important information more obvious.
Diffstat (limited to 'tap-snapshots')
-rw-r--r--tap-snapshots/test-lib-utils-explain-dep.js-TAP.test.js178
-rw-r--r--tap-snapshots/test-lib-utils-explain-eresolve.js-TAP.test.js1575
2 files changed, 935 insertions, 818 deletions
diff --git a/tap-snapshots/test-lib-utils-explain-dep.js-TAP.test.js b/tap-snapshots/test-lib-utils-explain-dep.js-TAP.test.js
new file mode 100644
index 000000000..658cecb1c
--- /dev/null
+++ b/tap-snapshots/test-lib-utils-explain-dep.js-TAP.test.js
@@ -0,0 +1,178 @@
+/* IMPORTANT
+ * This snapshot file is auto-generated, but designed for humans.
+ * It should be checked into source control and tracked carefully.
+ * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
+ * Make sure to inspect the output below. Do not ignore changes!
+ */
+'use strict'
+exports[`test/lib/utils/explain-dep.js TAP > ellipses test one 1`] = `
+manydep@1.0.0
+ manydep@"1.0.0" from prod-dep@1.2.3
+ node_modules/prod-dep
+ prod-dep@"1.x" from the root project
+ 6 more (optdep, extra-neos, deep-dev, peer, ...)
+`
+
+exports[`test/lib/utils/explain-dep.js TAP > ellipses test two 1`] = `
+manydep@1.0.0
+ manydep@"1.0.0" from prod-dep@1.2.3
+ node_modules/prod-dep
+ prod-dep@"1.x" from the root project
+ 5 more (optdep, extra-neos, deep-dev, peer, a package with a pretty long name)
+`
+
+exports[`test/lib/utils/explain-dep.js TAP deepDev > explain color deep 1`] = `
+deep-dev@2.3.4 dev
+node_modules/deep-dev
+ deep-dev@"2.x" from metadev@3.4.5
+ node_modules/dev/node_modules/metadev
+ metadev@"3.x" from topdev@4.5.6
+ node_modules/topdev
+ dev topdev@"4.x" from the root project
+`
+
+exports[`test/lib/utils/explain-dep.js TAP deepDev > explain nocolor shallow 1`] = `
+deep-dev@2.3.4 dev
+node_modules/deep-dev
+ deep-dev@"2.x" from metadev@3.4.5
+ node_modules/dev/node_modules/metadev
+ metadev@"3.x" from topdev@4.5.6
+ node_modules/topdev
+`
+
+exports[`test/lib/utils/explain-dep.js TAP deepDev > print color 1`] = `
+deep-dev@2.3.4 dev
+node_modules/deep-dev
+`
+
+exports[`test/lib/utils/explain-dep.js TAP deepDev > print nocolor 1`] = `
+deep-dev@2.3.4 dev
+node_modules/deep-dev
+`
+
+exports[`test/lib/utils/explain-dep.js TAP extraneous > explain color deep 1`] = `
+extra-neos@1337.420.69-lol extraneous
+node_modules/extra-neos
+`
+
+exports[`test/lib/utils/explain-dep.js TAP extraneous > explain nocolor shallow 1`] = `
+extra-neos@1337.420.69-lol extraneous
+node_modules/extra-neos
+`
+
+exports[`test/lib/utils/explain-dep.js TAP extraneous > print color 1`] = `
+extra-neos@1337.420.69-lol extraneous
+node_modules/extra-neos
+`
+
+exports[`test/lib/utils/explain-dep.js TAP extraneous > print nocolor 1`] = `
+extra-neos@1337.420.69-lol extraneous
+node_modules/extra-neos
+`
+
+exports[`test/lib/utils/explain-dep.js TAP manyDeps > explain color deep 1`] = `
+manydep@1.0.0
+ manydep@"1.0.0" from prod-dep@1.2.3
+ node_modules/prod-dep
+ prod-dep@"1.x" from the root project
+ optional manydep@"1.x" from optdep@1.0.0 optional
+ node_modules/optdep
+ optdep optdep@"1.0.0" from the root project
+ manydep@"1.0.x" from extra-neos@1337.420.69-lol extraneous
+ node_modules/extra-neos
+ dev manydep@"*" from deep-dev@2.3.4 dev
+ node_modules/deep-dev
+ deep-dev@"2.x" from metadev@3.4.5
+ node_modules/dev/node_modules/metadev
+ metadev@"3.x" from topdev@4.5.6
+ node_modules/topdev
+ dev topdev@"4.x" from the root project
+ peer manydep@">1.0.0-beta <1.0.1" from peer@1.0.0 peer
+ node_modules/peer
+ peer peer@"1.0.0" from the root project
+ manydep@"1" from a package with a pretty long name@1.2.3
+ manydep@"1" from another package with a pretty long name@1.2.3
+ manydep@"1" from yet another a package with a pretty long name@1.2.3
+`
+
+exports[`test/lib/utils/explain-dep.js TAP manyDeps > explain nocolor shallow 1`] = `
+manydep@1.0.0
+ manydep@"1.0.0" from prod-dep@1.2.3
+ node_modules/prod-dep
+ prod-dep@"1.x" from the root project
+ 7 more (optdep, extra-neos, deep-dev, peer, ...)
+`
+
+exports[`test/lib/utils/explain-dep.js TAP manyDeps > print color 1`] = `
+manydep@1.0.0
+`
+
+exports[`test/lib/utils/explain-dep.js TAP manyDeps > print nocolor 1`] = `
+manydep@1.0.0
+`
+
+exports[`test/lib/utils/explain-dep.js TAP optional > explain color deep 1`] = `
+optdep@1.0.0 optional
+node_modules/optdep
+ optdep optdep@"1.0.0" from the root project
+`
+
+exports[`test/lib/utils/explain-dep.js TAP optional > explain nocolor shallow 1`] = `
+optdep@1.0.0 optional
+node_modules/optdep
+ optdep optdep@"1.0.0" from the root project
+`
+
+exports[`test/lib/utils/explain-dep.js TAP optional > print color 1`] = `
+optdep@1.0.0 optional
+node_modules/optdep
+`
+
+exports[`test/lib/utils/explain-dep.js TAP optional > print nocolor 1`] = `
+optdep@1.0.0 optional
+node_modules/optdep
+`
+
+exports[`test/lib/utils/explain-dep.js TAP peer > explain color deep 1`] = `
+peer@1.0.0 peer
+node_modules/peer
+ peer peer@"1.0.0" from the root project
+`
+
+exports[`test/lib/utils/explain-dep.js TAP peer > explain nocolor shallow 1`] = `
+peer@1.0.0 peer
+node_modules/peer
+ peer peer@"1.0.0" from the root project
+`
+
+exports[`test/lib/utils/explain-dep.js TAP peer > print color 1`] = `
+peer@1.0.0 peer
+node_modules/peer
+`
+
+exports[`test/lib/utils/explain-dep.js TAP peer > print nocolor 1`] = `
+peer@1.0.0 peer
+node_modules/peer
+`
+
+exports[`test/lib/utils/explain-dep.js TAP prodDep > explain color deep 1`] = `
+prod-dep@1.2.3
+node_modules/prod-dep
+ prod-dep@"1.x" from the root project
+`
+
+exports[`test/lib/utils/explain-dep.js TAP prodDep > explain nocolor shallow 1`] = `
+prod-dep@1.2.3
+node_modules/prod-dep
+ prod-dep@"1.x" from the root project
+`
+
+exports[`test/lib/utils/explain-dep.js TAP prodDep > print color 1`] = `
+prod-dep@1.2.3
+node_modules/prod-dep
+`
+
+exports[`test/lib/utils/explain-dep.js TAP prodDep > print nocolor 1`] = `
+prod-dep@1.2.3
+node_modules/prod-dep
+`
diff --git a/tap-snapshots/test-lib-utils-explain-eresolve.js-TAP.test.js b/tap-snapshots/test-lib-utils-explain-eresolve.js-TAP.test.js
index 60594e549..9baadbe6e 100644
--- a/tap-snapshots/test-lib-utils-explain-eresolve.js-TAP.test.js
+++ b/tap-snapshots/test-lib-utils-explain-eresolve.js-TAP.test.js
@@ -7,42 +7,43 @@
'use strict'
exports[`test/lib/utils/explain-eresolve.js TAP cycleNested > explain with color 1`] = `
While resolving: @isaacs/peer-dep-cycle-a@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
-
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
-
-Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
+
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0
+node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
+
+Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
`
exports[`test/lib/utils/explain-eresolve.js TAP cycleNested > explain with no color, depth of 6 1`] = `
While resolving: @isaacs/peer-dep-cycle-a@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
-
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
-
-Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
+
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0
+node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
+
+Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
`
exports[`test/lib/utils/explain-eresolve.js TAP cycleNested > report 1`] = `
@@ -51,23 +52,23 @@ exports[`test/lib/utils/explain-eresolve.js TAP cycleNested > report 1`] = `
\${TIME}
While resolving: @isaacs/peer-dep-cycle-a@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
-
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
-
-Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
+
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0
+node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
+
+Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps
@@ -84,23 +85,23 @@ Raw JSON explanation object:
exports[`test/lib/utils/explain-eresolve.js TAP cycleNested > report with color 1`] = `
While resolving: @isaacs/peer-dep-cycle-a@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
-
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
-
-Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
+
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0
+node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
+
+Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps
@@ -111,21 +112,22 @@ See \${REPORT} for a full report.
exports[`test/lib/utils/explain-eresolve.js TAP cycleNested > report with color, depth only 2 1`] = `
While resolving: @isaacs/peer-dep-cycle-a@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
-
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
-
-Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
+
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0
+node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
+
+Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps
@@ -136,23 +138,23 @@ See \${REPORT} for a full report.
exports[`test/lib/utils/explain-eresolve.js TAP cycleNested > report with no color, depth of 6 1`] = `
While resolving: @isaacs/peer-dep-cycle-a@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
-
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
-
-Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
+
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-b@1.0.0
+node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
+
+Conflicting peer dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps
@@ -163,84 +165,78 @@ See \${REPORT} for a full report.
exports[`test/lib/utils/explain-eresolve.js TAP gatsby > explain with color 1`] = `
While resolving: gatsby-interface@0.0.166
-Found: react@16.13.1 at node_modules/react
- for: peer dependency react@"^16.4.2"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: 26 more (react-dom, @reach/router, gatsby-cli, gatsby-link, gatsby-react-router-scroll, ...)
-
-Could not add conflicting dependency: react@16.8.1 at node_modules/react
- for: peer dependency react@"16.8.1"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
+Found: react@16.13.1
+node_modules/react
+ peer react@"^16.4.2" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ 26 more (react-dom, @reach/router, gatsby-cli, ...)
+
+Could not add conflicting dependency: react@16.8.1
+node_modules/react
+ peer react@"16.8.1" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
`
exports[`test/lib/utils/explain-eresolve.js TAP gatsby > explain with no color, depth of 6 1`] = `
While resolving: gatsby-interface@0.0.166
-Found: react@16.13.1 at node_modules/react
- for: peer dependency react@"^16.4.2"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.13.1"
- from: react-dom@16.13.1 at node_modules/react-dom
- for: peer dependency react-dom@"^16.4.2"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react-dom@"15.x || 16.x || 16.4.0-alpha.0911da3"
- from: @reach/router@1.3.4 at node_modules/@reach/router
- for: prod dependency @reach/router@"^1.3.4"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.3.3"
- from: gatsby-link@2.4.13 at node_modules/gatsby-link
- for: prod dependency gatsby-link@"^2.4.13"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: 1 more (gatsby-react-router-scroll)
- and: peer dependency react-dom@"^16.4.2"
- from: gatsby-link@2.4.13 at node_modules/gatsby-link
- for: prod dependency gatsby-link@"^2.4.13"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: 2 more (gatsby-react-router-scroll, react-hot-loader)
- and: peer dependency react@"15.x || 16.x || 16.4.0-alpha.0911da3"
- from: @reach/router@1.3.4 at node_modules/@reach/router
- for: prod dependency @reach/router@"^1.3.4"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.3.3"
- from: gatsby-link@2.4.13 at node_modules/gatsby-link
- for: prod dependency gatsby-link@"^2.4.13"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.0.0"
- from: gatsby-react-router-scroll@3.0.12 at node_modules/gatsby-react-router-scroll
- for: prod dependency gatsby-react-router-scroll@"^3.0.12"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: 24 more (gatsby-cli, gatsby-link, gatsby-react-router-scroll, react-hot-loader, create-react-context, ...)
-
-Could not add conflicting dependency: react@16.8.1 at node_modules/react
- for: peer dependency react@"16.8.1"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
+Found: react@16.13.1
+node_modules/react
+ peer react@"^16.4.2" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.13.1" from react-dom@16.13.1
+ node_modules/react-dom
+ peer react-dom@"^16.4.2" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react-dom@"15.x || 16.x || 16.4.0-alpha.0911da3" from @reach/router@1.3.4
+ node_modules/@reach/router
+ @reach/router@"^1.3.4" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.3.3" from gatsby-link@2.4.13
+ node_modules/gatsby-link
+ gatsby-link@"^2.4.13" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ 1 more (gatsby-react-router-scroll)
+ peer react-dom@"^16.4.2" from gatsby-link@2.4.13
+ node_modules/gatsby-link
+ gatsby-link@"^2.4.13" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ 2 more (gatsby-react-router-scroll, react-hot-loader)
+ peer react@"15.x || 16.x || 16.4.0-alpha.0911da3" from @reach/router@1.3.4
+ node_modules/@reach/router
+ @reach/router@"^1.3.4" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.3.3" from gatsby-link@2.4.13
+ node_modules/gatsby-link
+ gatsby-link@"^2.4.13" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.0.0" from gatsby-react-router-scroll@3.0.12
+ node_modules/gatsby-react-router-scroll
+ gatsby-react-router-scroll@"^3.0.12" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ 24 more (gatsby-cli, gatsby-link, gatsby-react-router-scroll, ...)
+
+Could not add conflicting dependency: react@16.8.1
+node_modules/react
+ peer react@"16.8.1" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
`
exports[`test/lib/utils/explain-eresolve.js TAP gatsby > report 1`] = `
@@ -249,487 +245,435 @@ exports[`test/lib/utils/explain-eresolve.js TAP gatsby > report 1`] = `
\${TIME}
While resolving: gatsby-interface@0.0.166
-Found: react@16.13.1 at node_modules/react
- for: peer dependency react@"^16.4.2"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.13.1"
- from: react-dom@16.13.1 at node_modules/react-dom
- for: peer dependency react-dom@"^16.4.2"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react-dom@"15.x || 16.x || 16.4.0-alpha.0911da3"
- from: @reach/router@1.3.4 at node_modules/@reach/router
- for: prod dependency @reach/router@"^1.3.4"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.3.3"
- from: gatsby-link@2.4.13 at node_modules/gatsby-link
- for: prod dependency gatsby-link@"^2.4.13"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.0.0"
- from: gatsby-react-router-scroll@3.0.12 at node_modules/gatsby-react-router-scroll
- for: prod dependency gatsby-react-router-scroll@"^3.0.12"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react-dom@"^16.4.2"
- from: gatsby-link@2.4.13 at node_modules/gatsby-link
- for: prod dependency gatsby-link@"^2.4.13"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react-dom@"^16.4.2"
- from: gatsby-react-router-scroll@3.0.12 at node_modules/gatsby-react-router-scroll
- for: prod dependency gatsby-react-router-scroll@"^3.0.12"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react-dom@"^15.0.0 || ^16.0.0"
- from: react-hot-loader@4.12.21 at node_modules/react-hot-loader
- for: prod dependency react-hot-loader@"^4.12.21"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"15.x || 16.x || 16.4.0-alpha.0911da3"
- from: @reach/router@1.3.4 at node_modules/@reach/router
- for: prod dependency @reach/router@"^1.3.4"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.3.3"
- from: gatsby-link@2.4.13 at node_modules/gatsby-link
- for: prod dependency gatsby-link@"^2.4.13"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.0.0"
- from: gatsby-react-router-scroll@3.0.12 at node_modules/gatsby-react-router-scroll
- for: prod dependency gatsby-react-router-scroll@"^3.0.12"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: prod dependency react@"^16.8.0"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.4.2"
- from: gatsby-link@2.4.13 at node_modules/gatsby-link
- for: prod dependency gatsby-link@"^2.4.13"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.4.2"
- from: gatsby-react-router-scroll@3.0.12 at node_modules/gatsby-react-router-scroll
- for: prod dependency gatsby-react-router-scroll@"^3.0.12"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^15.0.0 || ^16.0.0"
- from: react-hot-loader@4.12.21 at node_modules/react-hot-loader
- for: prod dependency react-hot-loader@"^4.12.21"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^0.14.0 || ^15.0.0 || ^16.0.0"
- from: create-react-context@0.3.0 at node_modules/create-react-context
- for: prod dependency create-react-context@"0.3.0"
- from: @reach/router@1.3.4 at node_modules/@reach/router
- for: prod dependency @reach/router@"^1.3.4"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.3.3"
- from: gatsby-link@2.4.13 at node_modules/gatsby-link
- for: prod dependency gatsby-link@"^2.4.13"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.0.0"
- from: gatsby-react-router-scroll@3.0.12 at node_modules/gatsby-react-router-scroll
- for: prod dependency gatsby-react-router-scroll@"^3.0.12"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.12.0"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@">=16.8.0"
- from: ink@2.7.1 at node_modules/ink
- for: prod dependency ink@"^2.7.1"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency ink@"^2.0.0"
- from: ink-spinner@3.1.0 at node_modules/ink-spinner
- for: prod dependency ink-spinner@"^3.1.0"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency ink@">=2.0.0"
- from: ink-box@1.0.0 at node_modules/ink-box
- for: prod dependency ink-box@"^1.0.0"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.8.2"
- from: ink-spinner@3.1.0 at node_modules/ink-spinner
- for: prod dependency ink-spinner@"^3.1.0"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@">=16.3.0"
- from: @emotion/core@10.0.35 at node_modules/@emotion/core
- for: prod dependency @emotion/core@"^10.0.14"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @emotion/core@"^10.0.27"
- from: @emotion/styled@10.0.27 at node_modules/@emotion/styled
- for: prod dependency @emotion/styled@"^10.0.14"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @emotion/styled@"^10.0.14"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @emotion/core@"^10.0.14"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @emotion/core@"^10.0.28"
- from: @emotion/styled-base@10.0.31 at node_modules/@emotion/styled-base
- for: prod dependency @emotion/styled-base@"^10.0.27"
- from: @emotion/styled@10.0.27 at node_modules/@emotion/styled
- for: prod dependency @emotion/styled@"^10.0.14"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @emotion/styled@"^10.0.14"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@">=16.3.0"
- from: @emotion/styled@10.0.27 at node_modules/@emotion/styled
- for: prod dependency @emotion/styled@"^10.0.14"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @emotion/styled@"^10.0.14"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.13.1"
- from: @mdx-js/react@2.0.0-next.7 at node_modules/@mdx-js/react
- for: prod dependency @mdx-js/react@"^2.0.0-next.4"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: prod dependency @mdx-js/react@"^2.0.0-next.7"
- from: @mdx-js/runtime@2.0.0-next.7 at node_modules/@mdx-js/runtime
- for: prod dependency @mdx-js/runtime@"^2.0.0-next.4"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.13.1"
- from: @mdx-js/runtime@2.0.0-next.7 at node_modules/@mdx-js/runtime
- for: prod dependency @mdx-js/runtime@"^2.0.0-next.4"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@">=16.8.0"
- from: formik@2.1.5 at node_modules/formik
- for: prod dependency formik@"^2.0.8"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency formik@"^2.0.8"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.4.2"
- from: gatsby@2.6.0 at node_modules/gatsby-recipes/node_modules/gatsby
- for: peer dependency gatsby@"2.6.0"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.0.0"
- from: react-dom@16.8.1 at node_modules/gatsby-recipes/node_modules/react-dom
- for: peer dependency react-dom@"16.8.1"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react-dom@"^16.4.2"
- from: gatsby@2.6.0 at node_modules/gatsby-recipes/node_modules/gatsby
- for: peer dependency gatsby@"2.6.0"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react-dom@"^0.14.0 || ^15.0.0 || ^16.0.0"
- from: gatsby-react-router-scroll@2.3.1 at node_modules/gatsby-recipes/node_modules/gatsby-react-router-scroll
- for: prod dependency gatsby-react-router-scroll@"^2.0.7"
- from: gatsby@2.6.0 at node_modules/gatsby-recipes/node_modules/gatsby
- for: peer dependency gatsby@"2.6.0"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"*"
- from: react-icons@3.11.0 at node_modules/react-icons
- for: prod dependency react-icons@"^3.0.1"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react-icons@"^3.2.1"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@">=16.8.0"
- from: ink-box@1.0.0 at node_modules/ink-box
- for: prod dependency ink-box@"^1.0.0"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^0.14.0 || ^15.0.0 || ^16.0.0"
- from: react-circular-progressbar@2.0.3 at node_modules/react-circular-progressbar
- for: prod dependency react-circular-progressbar@"^2.0.0"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.13.1"
- from: react-reconciler@0.25.1 at node_modules/react-reconciler
- for: prod dependency react-reconciler@"^0.25.1"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@">= 16.8.0"
- from: urql@1.10.0 at node_modules/urql
- for: prod dependency urql@"^1.9.7"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@">=16.3.0"
- from: @emotion/styled-base@10.0.31 at node_modules/@emotion/styled-base
- for: prod dependency @emotion/styled-base@"^10.0.27"
- from: @emotion/styled@10.0.27 at node_modules/@emotion/styled
- for: prod dependency @emotion/styled@"^10.0.14"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @emotion/styled@"^10.0.14"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.0.0"
- from: react-reconciler@0.24.0 at node_modules/ink/node_modules/react-reconciler
- for: prod dependency react-reconciler@"^0.24.0"
- from: ink@2.7.1 at node_modules/ink
- for: prod dependency ink@"^2.7.1"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency ink@"^2.0.0"
- from: ink-spinner@3.1.0 at node_modules/ink-spinner
- for: prod dependency ink-spinner@"^3.1.0"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency ink@">=2.0.0"
- from: ink-box@1.0.0 at node_modules/ink-box
- for: prod dependency ink-box@"^1.0.0"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^0.14.0 || ^15.0.0 || ^16.0.0"
- from: gatsby-react-router-scroll@2.3.1 at node_modules/gatsby-recipes/node_modules/gatsby-react-router-scroll
- for: prod dependency gatsby-react-router-scroll@"^2.0.7"
- from: gatsby@2.6.0 at node_modules/gatsby-recipes/node_modules/gatsby
- for: peer dependency gatsby@"2.6.0"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.13.1"
- from: @mdx-js/react@1.6.16 at node_modules/gatsby-recipes/node_modules/gatsby-interface/node_modules/@mdx-js/react
- for: prod dependency @mdx-js/react@"^1.5.2"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
-
-Could not add conflicting dependency: react@16.8.1 at node_modules/react
- for: peer dependency react@"16.8.1"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
+Found: react@16.13.1
+node_modules/react
+ peer react@"^16.4.2" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.13.1" from react-dom@16.13.1
+ node_modules/react-dom
+ peer react-dom@"^16.4.2" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react-dom@"15.x || 16.x || 16.4.0-alpha.0911da3" from @reach/router@1.3.4
+ node_modules/@reach/router
+ @reach/router@"^1.3.4" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.3.3" from gatsby-link@2.4.13
+ node_modules/gatsby-link
+ gatsby-link@"^2.4.13" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.0.0" from gatsby-react-router-scroll@3.0.12
+ node_modules/gatsby-react-router-scroll
+ gatsby-react-router-scroll@"^3.0.12" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react-dom@"^16.4.2" from gatsby-link@2.4.13
+ node_modules/gatsby-link
+ gatsby-link@"^2.4.13" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react-dom@"^16.4.2" from gatsby-react-router-scroll@3.0.12
+ node_modules/gatsby-react-router-scroll
+ gatsby-react-router-scroll@"^3.0.12" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react-dom@"^15.0.0 || ^16.0.0" from react-hot-loader@4.12.21
+ node_modules/react-hot-loader
+ react-hot-loader@"^4.12.21" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"15.x || 16.x || 16.4.0-alpha.0911da3" from @reach/router@1.3.4
+ node_modules/@reach/router
+ @reach/router@"^1.3.4" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.3.3" from gatsby-link@2.4.13
+ node_modules/gatsby-link
+ gatsby-link@"^2.4.13" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.0.0" from gatsby-react-router-scroll@3.0.12
+ node_modules/gatsby-react-router-scroll
+ gatsby-react-router-scroll@"^3.0.12" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ react@"^16.8.0" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.4.2" from gatsby-link@2.4.13
+ node_modules/gatsby-link
+ gatsby-link@"^2.4.13" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.4.2" from gatsby-react-router-scroll@3.0.12
+ node_modules/gatsby-react-router-scroll
+ gatsby-react-router-scroll@"^3.0.12" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^15.0.0 || ^16.0.0" from react-hot-loader@4.12.21
+ node_modules/react-hot-loader
+ react-hot-loader@"^4.12.21" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from create-react-context@0.3.0
+ node_modules/create-react-context
+ create-react-context@"0.3.0" from @reach/router@1.3.4
+ node_modules/@reach/router
+ @reach/router@"^1.3.4" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.3.3" from gatsby-link@2.4.13
+ node_modules/gatsby-link
+ gatsby-link@"^2.4.13" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.0.0" from gatsby-react-router-scroll@3.0.12
+ node_modules/gatsby-react-router-scroll
+ gatsby-react-router-scroll@"^3.0.12" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.12.0" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@">=16.8.0" from ink@2.7.1
+ node_modules/ink
+ ink@"^2.7.1" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer ink@"^2.0.0" from ink-spinner@3.1.0
+ node_modules/ink-spinner
+ ink-spinner@"^3.1.0" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer ink@">=2.0.0" from ink-box@1.0.0
+ node_modules/ink-box
+ ink-box@"^1.0.0" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.8.2" from ink-spinner@3.1.0
+ node_modules/ink-spinner
+ ink-spinner@"^3.1.0" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@">=16.3.0" from @emotion/core@10.0.35
+ node_modules/@emotion/core
+ @emotion/core@"^10.0.14" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @emotion/core@"^10.0.27" from @emotion/styled@10.0.27
+ node_modules/@emotion/styled
+ @emotion/styled@"^10.0.14" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @emotion/styled@"^10.0.14" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @emotion/core@"^10.0.14" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @emotion/core@"^10.0.28" from @emotion/styled-base@10.0.31
+ node_modules/@emotion/styled-base
+ @emotion/styled-base@"^10.0.27" from @emotion/styled@10.0.27
+ node_modules/@emotion/styled
+ @emotion/styled@"^10.0.14" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @emotion/styled@"^10.0.14" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@">=16.3.0" from @emotion/styled@10.0.27
+ node_modules/@emotion/styled
+ @emotion/styled@"^10.0.14" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @emotion/styled@"^10.0.14" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.13.1" from @mdx-js/react@2.0.0-next.7
+ node_modules/@mdx-js/react
+ @mdx-js/react@"^2.0.0-next.4" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ @mdx-js/react@"^2.0.0-next.7" from @mdx-js/runtime@2.0.0-next.7
+ node_modules/@mdx-js/runtime
+ @mdx-js/runtime@"^2.0.0-next.4" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.13.1" from @mdx-js/runtime@2.0.0-next.7
+ node_modules/@mdx-js/runtime
+ @mdx-js/runtime@"^2.0.0-next.4" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@">=16.8.0" from formik@2.1.5
+ node_modules/formik
+ formik@"^2.0.8" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer formik@"^2.0.8" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.4.2" from gatsby@2.6.0
+ node_modules/gatsby-recipes/node_modules/gatsby
+ peer gatsby@"2.6.0" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.0.0" from react-dom@16.8.1
+ node_modules/gatsby-recipes/node_modules/react-dom
+ peer react-dom@"16.8.1" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react-dom@"^16.4.2" from gatsby@2.6.0
+ node_modules/gatsby-recipes/node_modules/gatsby
+ peer gatsby@"2.6.0" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react-dom@"^0.14.0 || ^15.0.0 || ^16.0.0" from gatsby-react-router-scroll@2.3.1
+ node_modules/gatsby-recipes/node_modules/gatsby-react-router-scroll
+ gatsby-react-router-scroll@"^2.0.7" from gatsby@2.6.0
+ node_modules/gatsby-recipes/node_modules/gatsby
+ peer gatsby@"2.6.0" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"*" from react-icons@3.11.0
+ node_modules/react-icons
+ react-icons@"^3.0.1" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react-icons@"^3.2.1" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@">=16.8.0" from ink-box@1.0.0
+ node_modules/ink-box
+ ink-box@"^1.0.0" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from react-circular-progressbar@2.0.3
+ node_modules/react-circular-progressbar
+ react-circular-progressbar@"^2.0.0" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.13.1" from react-reconciler@0.25.1
+ node_modules/react-reconciler
+ react-reconciler@"^0.25.1" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@">= 16.8.0" from urql@1.10.0
+ node_modules/urql
+ urql@"^1.9.7" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@">=16.3.0" from @emotion/styled-base@10.0.31
+ node_modules/@emotion/styled-base
+ @emotion/styled-base@"^10.0.27" from @emotion/styled@10.0.27
+ node_modules/@emotion/styled
+ @emotion/styled@"^10.0.14" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @emotion/styled@"^10.0.14" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.0.0" from react-reconciler@0.24.0
+ node_modules/ink/node_modules/react-reconciler
+ react-reconciler@"^0.24.0" from ink@2.7.1
+ node_modules/ink
+ ink@"^2.7.1" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer ink@"^2.0.0" from ink-spinner@3.1.0
+ node_modules/ink-spinner
+ ink-spinner@"^3.1.0" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer ink@">=2.0.0" from ink-box@1.0.0
+ node_modules/ink-box
+ ink-box@"^1.0.0" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from gatsby-react-router-scroll@2.3.1
+ node_modules/gatsby-recipes/node_modules/gatsby-react-router-scroll
+ gatsby-react-router-scroll@"^2.0.7" from gatsby@2.6.0
+ node_modules/gatsby-recipes/node_modules/gatsby
+ peer gatsby@"2.6.0" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.13.1" from @mdx-js/react@1.6.16
+ node_modules/gatsby-recipes/node_modules/gatsby-interface/node_modules/@mdx-js/react
+ @mdx-js/react@"^1.5.2" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+
+Could not add conflicting dependency: react@16.8.1
+node_modules/react
+ peer react@"16.8.1" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps or --force
@@ -746,36 +690,35 @@ Raw JSON explanation object:
exports[`test/lib/utils/explain-eresolve.js TAP gatsby > report with color 1`] = `
While resolving: gatsby-interface@0.0.166
-Found: react@16.13.1 at node_modules/react
- for: peer dependency react@"^16.4.2"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.13.1"
- from: react-dom@16.13.1 at node_modules/react-dom
- for: peer dependency react-dom@"^16.4.2"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react-dom@"15.x || 16.x || 16.4.0-alpha.0911da3"
- from: @reach/router@1.3.4 at node_modules/@reach/router
- for: prod dependency @reach/router@"^1.3.4"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: 2 more (gatsby-link, gatsby-react-router-scroll)
- and: 3 more (gatsby-link, gatsby-react-router-scroll, react-hot-loader)
- and: 25 more (@reach/router, gatsby-cli, gatsby-link, gatsby-react-router-scroll, react-hot-loader, ...)
-
-Could not add conflicting dependency: react@16.8.1 at node_modules/react
- for: peer dependency react@"16.8.1"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
+Found: react@16.13.1
+node_modules/react
+ peer react@"^16.4.2" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.13.1" from react-dom@16.13.1
+ node_modules/react-dom
+ peer react-dom@"^16.4.2" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react-dom@"15.x || 16.x || 16.4.0-alpha.0911da3" from @reach/router@1.3.4
+ node_modules/@reach/router
+ @reach/router@"^1.3.4" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ 2 more (gatsby-link, gatsby-react-router-scroll)
+ 3 more (gatsby-link, gatsby-react-router-scroll, react-hot-loader)
+ 25 more (@reach/router, gatsby-cli, gatsby-link, ...)
+
+Could not add conflicting dependency: react@16.8.1
+node_modules/react
+ peer react@"16.8.1" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps or --force
@@ -786,18 +729,19 @@ See \${REPORT} for a full report.
exports[`test/lib/utils/explain-eresolve.js TAP gatsby > report with color, depth only 2 1`] = `
While resolving: gatsby-interface@0.0.166
-Found: react@16.13.1 at node_modules/react
- for: peer dependency react@"^16.4.2"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: 26 more (react-dom, @reach/router, gatsby-cli, gatsby-link, gatsby-react-router-scroll, ...)
-
-Could not add conflicting dependency: react@16.8.1 at node_modules/react
- for: peer dependency react@"16.8.1"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
+Found: react@16.13.1
+node_modules/react
+ peer react@"^16.4.2" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ 26 more (react-dom, @reach/router, gatsby-cli, ...)
+
+Could not add conflicting dependency: react@16.8.1
+node_modules/react
+ peer react@"16.8.1" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps or --force
@@ -808,68 +752,61 @@ See \${REPORT} for a full report.
exports[`test/lib/utils/explain-eresolve.js TAP gatsby > report with no color, depth of 6 1`] = `
While resolving: gatsby-interface@0.0.166
-Found: react@16.13.1 at node_modules/react
- for: peer dependency react@"^16.4.2"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react@"^16.13.1"
- from: react-dom@16.13.1 at node_modules/react-dom
- for: peer dependency react-dom@"^16.4.2"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency react-dom@"15.x || 16.x || 16.4.0-alpha.0911da3"
- from: @reach/router@1.3.4 at node_modules/@reach/router
- for: prod dependency @reach/router@"^1.3.4"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.3.3"
- from: gatsby-link@2.4.13 at node_modules/gatsby-link
- for: prod dependency gatsby-link@"^2.4.13"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: 1 more (gatsby-react-router-scroll)
- and: peer dependency react-dom@"^16.4.2"
- from: gatsby-link@2.4.13 at node_modules/gatsby-link
- for: prod dependency gatsby-link@"^2.4.13"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: 2 more (gatsby-react-router-scroll, react-hot-loader)
- and: peer dependency react@"15.x || 16.x || 16.4.0-alpha.0911da3"
- from: @reach/router@1.3.4 at node_modules/@reach/router
- for: prod dependency @reach/router@"^1.3.4"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.3.3"
- from: gatsby-link@2.4.13 at node_modules/gatsby-link
- for: prod dependency gatsby-link@"^2.4.13"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: peer dependency @reach/router@"^1.0.0"
- from: gatsby-react-router-scroll@3.0.12 at node_modules/gatsby-react-router-scroll
- for: prod dependency gatsby-react-router-scroll@"^3.0.12"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
- and: 24 more (gatsby-cli, gatsby-link, gatsby-react-router-scroll, react-hot-loader, create-react-context, ...)
-
-Could not add conflicting dependency: react@16.8.1 at node_modules/react
- for: peer dependency react@"16.8.1"
- from: gatsby-interface@0.0.166 at node_modules/gatsby-recipes/node_modules/gatsby-interface
- for: prod dependency gatsby-interface@"^0.0.166"
- from: gatsby-recipes@0.2.20 at node_modules/gatsby-recipes
- for: prod dependency gatsby-recipes@"^0.2.20"
- from: gatsby-cli@2.12.91 at node_modules/gatsby-cli
- for: prod dependency gatsby-cli@"^2.12.91"
- from: gatsby@2.24.53 at node_modules/gatsby
- for: prod dependency gatsby@""
- from: the root project
+Found: react@16.13.1
+node_modules/react
+ peer react@"^16.4.2" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react@"^16.13.1" from react-dom@16.13.1
+ node_modules/react-dom
+ peer react-dom@"^16.4.2" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer react-dom@"15.x || 16.x || 16.4.0-alpha.0911da3" from @reach/router@1.3.4
+ node_modules/@reach/router
+ @reach/router@"^1.3.4" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.3.3" from gatsby-link@2.4.13
+ node_modules/gatsby-link
+ gatsby-link@"^2.4.13" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ 1 more (gatsby-react-router-scroll)
+ peer react-dom@"^16.4.2" from gatsby-link@2.4.13
+ node_modules/gatsby-link
+ gatsby-link@"^2.4.13" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ 2 more (gatsby-react-router-scroll, react-hot-loader)
+ peer react@"15.x || 16.x || 16.4.0-alpha.0911da3" from @reach/router@1.3.4
+ node_modules/@reach/router
+ @reach/router@"^1.3.4" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.3.3" from gatsby-link@2.4.13
+ node_modules/gatsby-link
+ gatsby-link@"^2.4.13" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ peer @reach/router@"^1.0.0" from gatsby-react-router-scroll@3.0.12
+ node_modules/gatsby-react-router-scroll
+ gatsby-react-router-scroll@"^3.0.12" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
+ 24 more (gatsby-cli, gatsby-link, gatsby-react-router-scroll, ...)
+
+Could not add conflicting dependency: react@16.8.1
+node_modules/react
+ peer react@"16.8.1" from gatsby-interface@0.0.166
+ node_modules/gatsby-recipes/node_modules/gatsby-interface
+ gatsby-interface@"^0.0.166" from gatsby-recipes@0.2.20
+ node_modules/gatsby-recipes
+ gatsby-recipes@"^0.2.20" from gatsby-cli@2.12.91
+ node_modules/gatsby-cli
+ gatsby-cli@"^2.12.91" from gatsby@2.24.53
+ node_modules/gatsby
+ gatsby@"" from the root project
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps or --force
@@ -880,30 +817,31 @@ See \${REPORT} for a full report.
exports[`test/lib/utils/explain-eresolve.js TAP withShrinkwrap > explain with color 1`] = `
While resolving: @isaacs/peer-dep-cycle-b@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
-
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
+
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
`
exports[`test/lib/utils/explain-eresolve.js TAP withShrinkwrap > explain with no color, depth of 6 1`] = `
While resolving: @isaacs/peer-dep-cycle-b@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
-
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
+
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
`
exports[`test/lib/utils/explain-eresolve.js TAP withShrinkwrap > report 1`] = `
@@ -912,17 +850,17 @@ exports[`test/lib/utils/explain-eresolve.js TAP withShrinkwrap > report 1`] = `
\${TIME}
While resolving: @isaacs/peer-dep-cycle-b@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
-
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
+
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps or --force
@@ -939,17 +877,17 @@ Raw JSON explanation object:
exports[`test/lib/utils/explain-eresolve.js TAP withShrinkwrap > report with color 1`] = `
While resolving: @isaacs/peer-dep-cycle-b@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
-
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
+
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps or --force
@@ -960,15 +898,16 @@ See \${REPORT} for a full report.
exports[`test/lib/utils/explain-eresolve.js TAP withShrinkwrap > report with color, depth only 2 1`] = `
While resolving: @isaacs/peer-dep-cycle-b@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps or --force
@@ -979,17 +918,17 @@ See \${REPORT} for a full report.
exports[`test/lib/utils/explain-eresolve.js TAP withShrinkwrap > report with no color, depth of 6 1`] = `
While resolving: @isaacs/peer-dep-cycle-b@1.0.0
-Found: @isaacs/peer-dep-cycle-c@2.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: prod dependency @isaacs/peer-dep-cycle-c@"2.x"
- from: the root project
-
-Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0 at node_modules/@isaacs/peer-dep-cycle-c
- for: peer dependency @isaacs/peer-dep-cycle-c@"1"
- from: @isaacs/peer-dep-cycle-b@1.0.0 at node_modules/@isaacs/peer-dep-cycle-b
- for: peer dependency @isaacs/peer-dep-cycle-b@"1"
- from: @isaacs/peer-dep-cycle-a@1.0.0 at node_modules/@isaacs/peer-dep-cycle-a
- for: prod dependency @isaacs/peer-dep-cycle-a@"1.x"
- from: the root project
+Found: @isaacs/peer-dep-cycle-c@2.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ @isaacs/peer-dep-cycle-c@"2.x" from the root project
+
+Could not add conflicting dependency: @isaacs/peer-dep-cycle-c@1.0.0
+node_modules/@isaacs/peer-dep-cycle-c
+ peer @isaacs/peer-dep-cycle-c@"1" from @isaacs/peer-dep-cycle-b@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-b
+ peer @isaacs/peer-dep-cycle-b@"1" from @isaacs/peer-dep-cycle-a@1.0.0
+ node_modules/@isaacs/peer-dep-cycle-a
+ @isaacs/peer-dep-cycle-a@"1.x" from the root project
Fix the upstream dependency conflict, or retry
this command with --legacy-peer-deps or --force