You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./app/index.js
Module build failed: Error: Cannot find module 'babel-core'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/uesrHome/demo/webpack/node_modules/babel-loader/lib/index.js:4:13)
博客中忘记写安装babel-core模块了。
The text was updated successfully, but these errors were encountered:
还需要安装一个
babel-core
模块,不然会报如下的错误:博客中忘记写安装
babel-core
模块了。The text was updated successfully, but these errors were encountered: