Problems with babel loader in react-create-app

后端 未结 11 1189
孤城傲影
孤城傲影 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:38

    I got the same problem. I solved it by removing folder node_modules in User/ and file package-lock.json (if exists). It should work perfectly then.

提交回复
热议问题