issaafalkattan / react-landing-page-template-2021

A sleek plug n play react landing page template.
https://react-landing-page-template-2021.vercel.app
MIT License
513 stars 275 forks source link

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 2 years ago

nsyi commented 2 years ago

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 commented 2 years ago

Thanks for reporting! Fix on the way 🚝🚝

nsyi commented 2 years ago

Cool! Looking forward to it

issaafalkattan commented 2 years ago

@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 commented 2 years ago

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 commented 1 year ago

This error is awful.