-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Describe the bug
Diagnosis: The build failed at the stage of installing dependencies (npm install
) with the error code ERESOLVE
. The error message indicates a conflicting peer dependency between @angular/core@18.0.4
and @angular/core@17.3.11
required by apollo-angular@6.0.0
.
Solution:
Verify that the conflicting version of @angular/core is
not explicitly declared in your project's dependencies.
Update the package.json
or lock file to ensure that all dependencies are compatible with the required versions.
Steps to reproduce
go to Netlify deployments
Browsers
No response
Additional context (Is this in dev or production?)
No response
I would be willing to submit a PR to fix this issue
- Yes and I have read the Contribution Guide and I agree to follow this project's Code of Conduct
- No