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.
I think i finally realized what the issue is, i was running node 10.x version while the required node version was 14.x. upgraded my node version and all resolved