Handle NPM warning about Bootstrap's 'unmet peer dependency' when they are not used in Angular
Sadly, the real answer is that we need to just ignore the warnings.
The creator of ng-bootstrap
explicitly states that the warnings are our only option due to technical reasons in this answer. They also mention that you shouldn't install the jquery
or popper.js
dependencies due to potential conflicts (per the setup docs).