Closed
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/[email protected]
and @angular/[email protected]
required by [email protected]
.
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