You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a dependency conflict when attempting to install packages for the project due to [email protected] requiring next@>=14, while the project currently specifies [email protected]. This leads to an ERESOLVE error preventing dependency installation.
Steps to Reproduce
clone the repo with the following package.json dependencies:
Title
Dependency Conflict:
[email protected]
incompatible with[email protected]
(requiresnext@>=14
)Description
There is a dependency conflict when attempting to install packages for the project due to
[email protected]
requiringnext@>=14
, while the project currently specifies[email protected]
. This leads to anERESOLVE
error preventing dependency installation.Steps to Reproduce
package.json
dependencies:Expected Behavior
Dependencies should resolve correctly, allowing the packages to install without errors.
Actual Behavior
The installation fails with the following error:
Possible Solution
next
version in the project to>=14
to meet the requirements of[email protected]
.next
is not feasible, specify a compatiblenextra
version that supports[email protected]
.Environment
22.13.0
10.9.2
windows 11 pro
The text was updated successfully, but these errors were encountered: