docs: expand TROUBLESHOOTING.md with common scaffold failures - #285
Merged
ulises-jeremias merged 1 commit intoAug 29, 2026
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Member
|
Great follow-through on #272, @TrueFurina — reviewed the full diff and the recipes are accurate and match the CLI behavior (
Merging. Also — we'd love to have you in the community Discord where we coordinate contributions and answer questions: https://discord.gg/bR5VyATgka — hope to see you there! 🙌 |
ulises-jeremias
approved these changes
Aug 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Per #272: expands
docs/TROUBLESHOOTING.mdwith short recipes for common scaffold failures.Changes
## uv not found— symptoms (uvx: command not found), cause (uv not installed / not on PATH), install commands per platform, verification## Windows file:// URL quirks— drive-letter and forward-slash requirements,set/ PowerShell examples, fallback advice## Homebrew / AUR version lag— why packages lag, upgrade commands for both, and theuvx ...@latestescape hatch## Still stuck?— Discord linkExisting sections already covered catalog fetch failures (Forcing a fresh fetch), non-empty target dir, and incompatible extension combinations (incompatibleWith errors), so those were left as-is.