mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 01:01:13 +00:00
fix(runtime): support Node 22.14 installs
This commit is contained in:
@@ -154,7 +154,7 @@ async function resolveBinaryPath(binary: string): Promise<string> {
|
||||
throw new Error("Bun not found in PATH. Install bun: https://bun.sh");
|
||||
}
|
||||
throw new Error(
|
||||
"Node not found in PATH. Install Node 24 (recommended) or Node 22 LTS (22.16+).",
|
||||
"Node not found in PATH. Install Node 24 (recommended) or Node 22 LTS (22.14+).",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user