I\'ve installed Bootstrap 4 using Node and Gulp and when running the application I get the following error
Uncaught ReferenceError: Popper is not def
In my case it turned out that the popper.js script should be called before bootstrap.js.