解决:bootstrap报错

侯兴为
2023-12-01

ERROR in ./node_modules/bootstrap/dist/js/bootstrap.esm.js 7:0-41 Module not found: Error: Can't re

原因:使用webpack打包bootstrap4、5的时候,需要手动安装popper.js

方法:npm install @popperjs/core -D

或者:yarn add @popperjs/core -D

 类似资料: