Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESLint couldn't find the config "react-app" to extend from. Please check that the name of the config is correct. #2

Open
nsyi opened this issue Nov 24, 2021 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@nsyi
Copy link

nsyi commented Nov 24, 2021

Describe the bug
Can not commit the code after changing anything.

The error that comes out is:

Oops! Something went wrong! :(

ESLint: 7.32.0

ESLint couldn't find the config "react-app" to extend from. Please check that the name of the config is correct.

The config "react-app" was referenced from the config file in "C:\Users\nsyig\Documents\My documents\naap\package.json".

image

@issaafalkattan issaafalkattan self-assigned this Nov 24, 2021
@issaafalkattan issaafalkattan added the bug Something isn't working label Nov 24, 2021
@issaafalkattan
Copy link
Owner

Thanks for reporting! Fix on the way 🚝🚝

@nsyi
Copy link
Author

nsyi commented Nov 24, 2021

Cool! Looking forward to it

@issaafalkattan
Copy link
Owner

@nsyi I couldn't reproduce this issue locally, but after a quick look, it seems that you can solve this issue for yourself by 1- if you're using yarn, try switching to npm install instead, 2- rm -r node_modules and try to npm install again before trying to commit. Let me know if that works for you :D

@nsyi
Copy link
Author

nsyi commented Nov 26, 2021

Thank you for the recommendation. I did try npm after removing node_modules but still the same problem. There is no error when using npm start. The error is shown only when I try to commit.

@Kelvin-Ben
Copy link

This error is awful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants