【发布时间】:2021-10-11 13:33:03
【问题描述】:
我正在尝试通过
打开官方的redux todos示例项目git clone https://github.com/reduxjs/redux
cd redux/examples/todos
npm install && npm start
但它给了我这个错误
Failed to load config "react-app" to extend from.
Referenced from: /home/myUserName/redux/.eslintrc.js
当我刷新时,我可以看到应用程序不到一秒钟,然后错误再次出现。
我在克隆后尝试了yarn install && yarn start,但没有区别。
我也试过yarn add eslint-config-react-app,还是没区别。
【问题讨论】:
标签: reactjs react-redux eslint