[BUG] unable to resolve dependency tree #3308
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 7.x
work is associated with a specific npm 7 release
Is there an existing issue for this?
Current Behavior
"unable to resolve dependency tree" errors when trying to install a dependency, even though the semver range is satisfied.
Expected Behavior
Dependencies can be installed without any error
Steps To Reproduce
npm init --yes && npm add next next-rpc
This works with
npm@6
.There's also this strange line
Running the install commands separately
gives:
10.2.3
is supposed to satisfy>10
, right?Environment
The text was updated successfully, but these errors were encountered: