Skip to content

Won't install cleanly with Angular 19.2.x - peer dep issue? #6741

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

Open
michielkikkert opened this issue May 9, 2025 · 2 comments
Open

Won't install cleanly with Angular 19.2.x - peer dep issue? #6741

michielkikkert opened this issue May 9, 2025 · 2 comments

Comments

@michielkikkert
Copy link

Bug description:

Conflicting peer dependency: @angular/core@19.2.10
node_modules/@angular/core
peer @angular/core@"19.2.10" from @angular/forms@19.2.10
node_modules/@angular/forms
@angular/forms@"~19.2.0" from the root project
peer @angular/forms@"^19.0.1" from ngx-bootstrap@19.0.2
node_modules/ngx-bootstrap
ngx-bootstrap@"*" from the root project

Versions of ngx-bootstrap, Angular, and Bootstrap:

ngx-bootstrap: latest (19.0.2?)

Angular: 19.2.8

Bootstrap: ^5.3.5

A clear and concise description of what you expected to happen.
Expecting a clean install wihout --force or --legacy-peer-deps

@michielkikkert
Copy link
Author

I can post the verbose npm log if needed.

@Joniras
Copy link

Joniras commented May 28, 2025

Can confirm the issue! Have to use --foce to install the latest angular version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants