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

Missing 'eslint-plugin-react' Package When Running npm run lint #127

Open
sethumadhavan-k opened this issue Oct 17, 2024 · 2 comments · May be fixed by #132
Open

Missing 'eslint-plugin-react' Package When Running npm run lint #127

sethumadhavan-k opened this issue Oct 17, 2024 · 2 comments · May be fixed by #132
Assignees

Comments

@sethumadhavan-k
Copy link
Collaborator

When attempting to run the linting command (npm run lint), an error is encountered due to the absence of the eslint-plugin-react package.

Screenshot 2024-10-17 at 11 46 31 AM

Steps to Reproduce:

  • Clone the repository.
  • Run npm install.
  • Execute npm run lint.

Solution: To resolve this issue, please install the missing package by running the following command:
npm install eslint-plugin-react

@nishammahsin
Copy link
Contributor

Please assign this to me

@sethumadhavan-k
Copy link
Collaborator Author

@nishammahsin assign this issue to you, happy coding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants