Bootstrap 4 error “Bootstrap dropdown require Popper.js”, with Aurelia CLI and Require.js
I'm having trouble configuring Bootstrap 4 beta in an Aurelia CLI app (v0.31.1) with requirejs and using TypeScript. After having tried several config variations I keep on getting the following console error: Uncaught Error: Bootstrap dropdown require Popper.js Here are the steps to reproduce. First, install the packages: $ npm install --save jquery bootstrap@4.0.0-beta popper.js Next, I've configured aurelia.json : "jquery", { "name": "popper.js", "path": "../node_modules/popper.js/dist/umd", "main": "popper" }, { "name": "bootstrap", "path": "../node_modules/bootstrap/dist", "main": "js