package.json
"eslintConfig": { "extends": [ "react-app", "react-app/jest" ] },
I just have the same error: for some reason, your react-scripts package is too old (mine was 1.1.5). Find and change it in package.json to a more up-to-date version, say 4.0.3, then run npm update to solve the issue.
react-scripts
1.1.5
4.0.3
npm update
Copyright © 2021 Jogjafile Inc.
I just have the same error: for some reason, your
react-scriptspackage is too old (mine was1.1.5). Find and change it inpackage.jsonto a more up-to-date version, say4.0.3, then runnpm updateto solve the issue.