Bootstrap 4: Uncaught ReferenceError: Popper is not defined

后端 未结 8 1207
猫巷女王i
猫巷女王i 2020-11-27 17:23

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

8条回答
  •  一向
    一向 (楼主)
    2020-11-27 18:02

    Use bootstrap.bundle.js that already has popper.js NPM path 'bootstrap/dist/js/bootstrap.bundle.js'.

提交回复
热议问题