docs: Added comprehensive Troubleshooting & Local Setup Failsafe guide to README#457
Conversation
|
Hi Maintainers, I have successfully added a comprehensive "Troubleshooting & Local Setup Failsafe" section to the root This guide provides explicit, actionable solutions for incoming developers facing common environment roadblocks under Vite 6, such as stale module caching, strict Node dependency tree conflicts, missing Please review and merge this under GSSoC 2026! Thank you! 🚀 |
utksh1
left a comment
There was a problem hiding this comment.
Thanks for the docs contribution. This cannot merge in the current form because the added README section has broken Markdown: multiple fenced code blocks are opened and never closed, headings like ###3/###4 are malformed, and the Windows/Linux fence labels are nested incorrectly. Please close every ``` block, normalize the headings, wrap .env and commands in backticks, and keep the wording professional/factual.
utksh1
left a comment
There was a problem hiding this comment.
The markdown issues from the previous review are fixed now. The troubleshooting section is properly fenced and the branch is current with passing CI.
Description
This PR introduces an actionable "Troubleshooting & Local Setup Failsafe" section to the bottom of the root README.md. It provides incoming contributors with quick, deterministic workarounds for common environments blockers related to Vite 6 module caching, strict Node dependency trees, environment configurations, and conflicting background terminal ports.
Related Issues
Closes #425
Type of Change
How Has This Been Tested?
The Markdown document structure has been fully checked for correct blockquote layout, layout cleanliness, and proper formatting highlighting in Markdown preview.
Checklist
Contributing under GSSoC 2026! Please review and merge. Thank you!