sirocco-ventures / raggenie

RAGGENIE: An open-source, low-code platform to build custom Retrieval-Augmented Generation (RAG) Copilets with your own data. Simplify AI development with ease!
https://www.raggenie.com
MIT License
137 stars 52 forks source link

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

Closed sethumadhavan-k closed 1 month ago

sethumadhavan-k commented 1 month ago

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:

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

nishammahsin commented 1 month ago

Please assign this to me

sethumadhavan-k commented 1 month ago

@nishammahsin assign this issue to you, happy coding