Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 of 2 tasks
esthersoftwaredev opened this issue Dec 13, 2024 · 1 comment · Fixed by #91
Closed
1 of 2 tasks

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

esthersoftwaredev opened this issue Dec 13, 2024 · 1 comment · Fixed by #91

Comments

@esthersoftwaredev
Copy link
Member

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

@esthersoftwaredev esthersoftwaredev added 🐛 bug Something isn't working 🚀 deployment labels Dec 13, 2024
@esthersoftwaredev esthersoftwaredev self-assigned this Dec 13, 2024
Copy link

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant