Home > OS >  Ng bootstrap does not install on angular 13
Ng bootstrap does not install on angular 13

Time:11-15

When I update angular 12 to 13, "ng add @ng-bootstrap/ng-bootstrap" command does not work & gives me an error like this,

So how to solve this error? thanks

CodePudding user response:

ng-bootstrap doesn't support Angular 13 so far: https://ng-bootstrap.github.io/#/getting-started#dependencies

CodePudding user response:

ng-bootstrap currently doesn’t support Angular 13, but an issue has already been raised and you can follow along here: https://github.com/ng-bootstrap/ng-bootstrap/issues/4178

  • Related