Error: Can't walk dependency graph: Cannot find module '@popperjs/core' from 'node_modules\bootstrap\dist\js\bootstrap.esm.js'
Error: Can't walk dependency graph: Cannot find module '@popperjs/core' from 'node_modules\bootstrap\dist\js\bootstrap.esm.js'
required by D:\pangu\bpmn-js\bpm_editor\node_modules\bootstrap\dist\js\bootstrap.esm.js
使用webpack打包bootstrap4、5的时候,需要手动安装popper.js
npm install @popperjs/core -D