ERROR in Cannot find module 'babel-core'. using react.js, webpack, and express server

前端 未结 5 1254
时光取名叫无心
时光取名叫无心 2020-12-22 22:37

Whenever I run webpack in the terminal I get:

Hash: efea76b1048c3a97b963
Version: webpack 1.12.13
Time: 33ms
    + 1 hidden modules

ERROR in Ca         


        
5条回答
  •  一个人的身影
    2020-12-22 22:51

    You should install babel-loader and babel-core as dev-dependency while npm install.

    npm install babel-core babel-loader --save-dev
    

提交回复
热议问题