Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
包.json
"eslintConfig": { "extends": [ "react-app", "react-app/jest" ] },
我只是有同样的错误:由于某种原因,你的react-scripts包太旧了(我的是1.1.5)。查找并将其更改package.json为更新的版本,例如4.0.3,然后运行npm update以解决问题。
react-scripts
1.1.5
package.json
4.0.3
npm update