Failed to load config "react-app" to extend from. Referenced from: C:\\package.json

10k Views Asked by At

package.json

"eslintConfig": { "extends": [ "react-app", "react-app/jest" ] },

1

There are 1 best solutions below

0
On

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.