Resolving dependencies using npm while installing Bootstrap 4
just try this as well:
npm install --save @ng-bootstrap/ng-bootstrap
You'll need to install those dependencies and save them to you package.json
npm install [email protected] --save
npm install [email protected] --save
The docs for npm install