I just updated my angular app to Angular 18 and now seems that there is no compatible version of ng-bootstrap
for angular 18?
While resolving: @ng-bootstrap/[email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/common
npm error @angular/common@"18.0.6" from the root project
npm error peer @angular/common@"^18.0.0 || ^19.0.0" from @angular/[email protected]
npm error node_modules/@angular/cdk
I have a nx workspace with more than three apps and some libs. Any idea how to handle it in a best way?