Aug 26, 2017 · 1 min read
For bootstrap beta and meteor 1.5.1 add:
meteor npm install — save popper.js
and then do the same trick as for tether in the main.js, i.e.
import popper from ‘popper.js’;
global.Popper = popper;
also the meteor less package isnt installed in 1.5.1 and the name of the bootstrap package is bootstrap@4.0.0-beta
