yarn 编译react-app项目时报错[eslint] Failed to load config...

使用
yarn start
编译项目时报错

[eslint] Failed to load config "react-app" to extend from.
Referenced from: D:\hhh\react-component-demo\package.json

解决方法:
安装依赖
yarn add -D eslint-config-react-app eslint

yarn add -D eslint-config-react-app eslint@^8.0.0

posted @ 2023-03-07 23:54  ayatip  阅读(525)  评论(0)    收藏  举报