mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
On Sprite VMs, npm's global prefix (from nvm) is writable and in PATH after sourcing .bashrc, so openclaw installs to the nvm bin dir instead of ~/.npm-global/bin. The E2E verify_openclaw() binary check only prepended ~/.npm-global/bin, ~/.bun/bin, and ~/.local/bin — missing the nvm bin path entirely. Source .bashrc (in addition to .spawnrc) before the command -v check so the verify PATH matches the install-time PATH. Applied the same fix to the ensure/restart gateway helpers and the openclaw input test. Fixes #2656 Agent: code-health Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| aws | ||
| cli | ||
| digitalocean | ||
| docker | ||
| e2e | ||
| gcp | ||
| hetzner | ||
| local | ||
| shared | ||
| sprite | ||
| test | ||