-
Notifications
You must be signed in to change notification settings - Fork 117
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
🐛 [BUG] - Missing Frontend Dependencies on Fresh Repository Clone #764
Comments
Can you please attach a screenshot to the issue that you have locally |
here is the ss for missing dependency @fortawesome/fontawesome-svg-core @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome I had forgotten to get ss for another one! |
Hi @Rucha-Ambaliya, i suggest to run those commands and check if the issue persist
|
So sorry for the late reply, I was a bit busy with my college work. Issue with Module Inconsistency and Missing DependenciesI tried the steps you mentioned, but it resulted in module inconsistencies. To ensure a clean setup, I cloned the repository again and started from scratch. However, the same issue persisted. I believe the problem is related to version compatibility and missing packages. 1. Error Encountered:
Reference: Screen shot Upon checking "@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0" However, Solution:I ran the following command to install the missing package inside frontend folder: npm install @fortawesome/fontawesome-svg-core This resolved the issue. 2. Another Missing Package:I encountered another error:
Reference: Screen shot Upon checking "i18next-http-backend": "^2.6.2", However, Solution:I ran: npm install i18next This resolved the issue. Conclusion:Two packages are missing in
To prevent this issue, they should be explicitly added to |
Hi @Rucha-Ambaliya, thanks for the details |
No, problem! Let me know if I should work on adding those packages! |
@yassinedorbozgithub Should I work on it? |
Description
Issue
When I cloned the repository for the first time and configured it for development, the following dependencies were missing in the frontend, even though they were imported:
Proposed Solution
Add
package.json
inside thefrontend/
directory so that these dependencies install automatically withnpm install
.OR
Update
README.md
with documentation on this error and how to install these packages locally:Reproduction steps
Logs
Browsers
No response
OS
No response
The text was updated successfully, but these errors were encountered: