Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: [BABEL] D:\vue-express-mongodb\communityManage-master\src\main.js: Cannot find module 'D:\vue-express-mongodb\communityManage-master\node_modu
les\@babel\compat-data\data\corejs3-shipped-proposals' (While processing: "D:\\vue-express-mongodb\\communityManage-master\\node_modules\\@vue\\cli-p
lugin-babel\\preset.js")
在项目中运行的时候出现报错,错误为Module build failed (from ./node_modules/babel-loader/lib/index.js)
解决方案:
控制台输入 npm install @babel/core @babel/preset-env 命令