Batgerel Munkhchuluun
Batgerel Munkhchuluun

Reputation: 51

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

package.json

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

Upvotes: 5

Views: 10428

Answers (1)

Firmin Martin
Firmin Martin

Reputation: 308

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.

Upvotes: 4

Related Questions