From 94095386b36a1af6184bd8e20230cbb8574ec996 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 24 Jan 2026 14:25:29 +0000 Subject: [PATCH] docs: add installer verbose troubleshooting --- docs/help/troubleshooting.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/help/troubleshooting.md b/docs/help/troubleshooting.md index d87eb5f7f..4a7d2ced3 100644 --- a/docs/help/troubleshooting.md +++ b/docs/help/troubleshooting.md @@ -33,6 +33,22 @@ Almost always a Node/npm PATH issue. Start here: - [Install (Node/npm PATH sanity)](/install#nodejs--npm-path-sanity) +### Installer fails (or you need full logs) + +Re-run the installer in verbose mode to see the full trace and npm output: + +```bash +curl -fsSL https://clawd.bot/install.sh | bash -s -- --verbose +``` + +For beta installs: + +```bash +curl -fsSL https://clawd.bot/install.sh | bash -s -- --beta --verbose +``` + +You can also set `CLAWDBOT_VERBOSE=1` instead of the flag. + ### Gateway “unauthorized”, can’t connect, or keeps reconnecting - [Gateway troubleshooting](/gateway/troubleshooting)