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
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
Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.
To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself.
For full info on how to contribute, please check out our contributors guide.
esthersoftwaredev
changed the title
Bug: Production deploy failing after updating to angular v18
Bug: Prod deploy failing conflicting dependencies angular v18 (apollo)
Dec 13, 2024
Describe the bug
Diagnosis: The build failed at the stage of installing dependencies (
npm install
) with the error codeERESOLVE
. 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
The text was updated successfully, but these errors were encountered: