Skip to content

Bug: Prod deploy failing conflicting dependencies angular v18 (apollo) #90

Closed
@esthersoftwaredev

Description

@esthersoftwaredev

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions