The react-scripts package provided by Create React App requires a dependency:

后端 未结 10 2567
夕颜
夕颜 2021-02-18 14:12

There might be a problem with the project dependency tree. It is likely not a bug in Create React App, but something you need to fix locally.

The react-scripts package p

10条回答
  •  名媛妹妹
    2021-02-18 14:45

    in package.json

    resolutions:{
        "babel-eslint": "9.0.0"
    }
    

    if you reinstall your all dependencies, you will be forcing "babel-eslint" to be version "9.0.0". if you start your app, you will have no issue.

提交回复
热议问题