Problems with babel loader in react-create-app

后端 未结 11 1186
孤城傲影
孤城傲影 2021-02-18 16:50

The Problem

create-react-app initializes a repository where babel-loader is installed as an older version than needed.

LOG:

There          


        
11条回答
  •  终归单人心
    2021-02-18 17:26

     C:\Users\user\node_modules\babel-loader
    

    Delete node_modules from \user\node_modules don't delete from your project

    if you are using backend (nodejs) check if you are using webpack in your backend make sure your create-react-app webpack and backend webpack version same

提交回复
热议问题