What is the current behavior?
bower_components/popper.js/index.1 is installed
Throwing JS error:
bootstrap.js:1414 Uncaught Error: Bootstrap dropdown require Popper.js (https://popper.js.org)
at bootstrap.js:1414
at bootstrap.js:1819
at bootstrap.js:3828
What is the expected or desired behavior?
bower_components/popper.js/index.js should be installed in the bower_components directory.
Please provide steps to reproduce, including full log output:
npm install
bower install
gulp
Please describe your local environment:
WordPress version: 4.8.1
OS: X
NPM/Node version: 3.10.8 / v6.9.1
Where did the bug happen? Development or remote servers?
Development
Is there a related Discourse thread or were any utilized (please link them)?
X
Please provide use cases for changing the current behavior:
X
Other relevant information:
X
Could this be related to #1946 ?
sorry, should be good now
Still happening to me as we speak, someone reported a ticket not more than 4 hours ago in popper.js
https://github.com/FezVrasta/popper.js/issues/491
I'm getting the same error mentionned above,
Is there a temporary workaround around this ?

My solution was reverted those lines in the bower.json file, in order to download some version from unpkg.com
@etiennejcharles Did you keep both sets of lines (marked green and blue) or just one of them? This is relevant to my situation I think.
I kept both ;) @aingham Hope it worked for you!
@etiennejcharles Yes - all working thanks.