mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-07-09 18:57:08 +08:00
ca298d3714
Run #3 on the VM: the global install fully succeeded (bin linked, keytar binary built — this npm's allowScripts gate is advisory-only), but the box exposes node via hand-picked symlinks in ~/.local/bin and npm's prefix bin dir (~/node/bin) is not on PATH, so every 'teams …' step died with command not found. Classic custom-prefix gotcha, so fix it universally: the login and create fences call "$(npm prefix -g)/bin/teams"; prose points manual runs at the same path; new Troubleshooting entry for 'teams: command not found'. Test matchers updated for the absolute-path command shape. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>