You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2021. It is now read-only.
I try to use the command, and after all, at run "npm start" in my cra project, I receive a error asking for delete node_modules, and remove babel-eslint dependency.
Can you help me?
Looks like eslint is not validating errors
The text was updated successfully, but these errors were encountered:
Hey Paulo, thank you very much for the script. It works really well!
The issue described by Joao is that "eslint" version is conflicting with the version of create-react-app(in my case). So I had to downgrade from v6 to "eslint": "^5.14.1" to make it work.
Cheers!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I try to use the command, and after all, at run "npm start" in my cra project, I receive a error asking for delete node_modules, and remove babel-eslint dependency.
Can you help me?
Looks like eslint is not validating errors
The text was updated successfully, but these errors were encountered: