Skip to content
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

chore: Update to ngx-bootstrap 12.0.0 #1270

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

michael-wisely-gravwell
Copy link

npm clean-install was failing for me on development due to an issue resolving ngx-bootstrap

npm error While resolving: ngx-bootstrap@11.0.2
npm error Found: @angular/animations@17.0.4
npm error node_modules/@angular/animations
npm error   dev @angular/animations@"17.0.4" from the root project
npm error   peerOptional @angular/animations@"17.0.4" from @angular/platform-browser@17.0.4
npm error   node_modules/@angular/platform-browser
npm error     dev @angular/platform-browser@"17.0.4" from the root project
npm error     peer @angular/platform-browser@"17.0.4" from @angular/forms@17.0.4
npm error     node_modules/@angular/forms
npm error       dev @angular/forms@"17.0.4" from the root project
npm error     1 more (@angular/platform-browser-dynamic)

This PR proposes upgrading to ngx-boostrap@12.0.0, which is compatible with Angular 17.

With the proposed changes, npm clean-install appears to complete without failure.

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

Successfully merging this pull request may close these issues.

None yet

1 participant