Angular upgrade 8 to 9, incompatible peer dependency

Viewed 13

I'm getting the following errors when attempting to upgrade Angular 8 to 9.

Package "@ng-bootstrap/ng-bootstrap" has an incompatible peer dependency to "@angular/common" (requires "^7.0.0" (extended), would install "9.1.13").
Package "@ng-bootstrap/ng-bootstrap" has an incompatible peer dependency to "@angular/core" (requires "^7.0.0" (extended), would install "9.1.13").
Package "@ng-bootstrap/ng-bootstrap" has an incompatible peer dependency to "@angular/forms" (requires "^7.0.0" (extended), would install "9.1.13").

I'm currently at ng-bootstrap version 5.0. What is this telling me I need to do?

0 Answers
Related