add SKIP_PREFLIGHT_CHECK=true to an .env file in your project.

494 阅读1分钟

If you would prefer to ignore this check, add SKIP_PREFLIGHT_CHECK=true to an .env file in your project.

截屏2022-03-29下午3.28.27.png

截屏2022-03-29下午3.28.42.png

全局的babel-loader(version: 8.2.1)

The react-scripts package provided by Create React App requires a dependency: "babel-loader": "8.1.0"

不相匹配可能不兼容

需要添加一个.env文件 : SKIP_PREFLIGHT_CHECK=true

忽略这个版本问题