In Bootstrap 4 beta there is a new dependency added, the popper.js. If I upgrade my npm dependencies in package.json to Bootstrap 4 beta and ng-bootstrap to 1.0.0-beta.5, I get "UNMET PEER DEPENDENCY" for popper.js. (When I call npm install.) However on the website of ng-bootstrap is written:
"No, the goal of ng-bootstrap is to completely replace JavaScript implementation for components. Nor should you include other dependencies like jQuery or popper.js. It is not necessary and might interfere with ng-bootstrap code."
So I don't see the point. If I don't add it, I get the Warning above written. But the website asks me not to add it. What did I get wrong?
I won't use popper, so if it is not necessary, I don't want to add it to my dependencies.