npm start的時(shí)候報(bào)錯(cuò)怎么回事啊
Hash: 6beb634f3d7205264207
Version: webpack 4.29.6
Time: 107ms
Built at: 2019-03-01 15:25:43
? Asset? ? ? Size? Chunks? ? ? ? ? ? ?Chunk Names
main.js? 11.2 KiB? ? main? [emitted]? main
Entrypoint main = main.js
[./src/index.js] 2.75 KiB {main} [not cacheable] [built] [failed] [1 error]
ERROR in ./src/index.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
Error: Cannot find module '@babel/core'
2019-07-26
npm i babel-loader@7.1.4
2019-03-09
缺少?@babel/core 模塊,需要安裝,可以檢查一下package.json 或者直接
npm install?@babel/core