Home > database >  Failed to load plugin 'jsx-a11y' declared in 'package.json » eslint-config-react-app&
Failed to load plugin 'jsx-a11y' declared in 'package.json » eslint-config-react-app&

Time:12-06

Just got this error from today, I have config in package.json file:

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

I have not changed that file for ages, it was fine before today. Anyone has idea? Thanks!

Just try to compile frontend components css, js files etc. But failed to compile from today.

CodePudding user response:

We are also facing the same issue in the same way

CodePudding user response:

I actually faced this too while trying to build using Azure Pipeline but was able to resolve by changing the Agent to windows from Ubuntu. Check if that works for you too

  • Related