Files
openclaw/src/cli
David Marsh c95072fc26 fix: support versioned node binaries (e.g., node-22)
Fedora and some other distros install Node.js with a version suffix
(e.g., /usr/bin/node-22) and create a symlink from /usr/bin/node.
When Node resolves process.execPath, it returns the real binary path,
not the symlink, causing buildParseArgv to fail the looksLikeNode check.

This adds executable.startsWith('node-') to handle versioned binaries.

Fixes #2442
2026-01-26 20:23:19 -05:00
..
2026-01-24 01:26:17 +00:00
2026-01-21 04:48:33 +00:00
2026-01-16 02:59:43 +00:00
2026-01-18 06:58:54 +00:00
2026-01-18 08:45:29 +00:00
2026-01-17 05:48:56 +00:00
2026-01-21 18:52:55 +00:00
2026-01-25 03:24:44 +00:00
2026-01-14 15:02:19 +00:00
2026-01-19 05:36:09 +00:00
2026-01-21 04:48:33 +00:00
2026-01-24 04:03:07 +00:00