mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 07:00:21 +00:00
build: raise Node 22 compatibility floor to 22.16
This commit is contained in:
@@ -310,7 +310,7 @@ function formatLocalSetupError(err: unknown): string {
|
||||
: undefined,
|
||||
missing && detail ? `Detail: ${detail}` : null,
|
||||
"To enable local embeddings:",
|
||||
"1) Use Node 24 (recommended for installs/updates; Node 22.12+ remains supported)",
|
||||
"1) Use Node 24 (recommended for installs/updates; Node 22 LTS, currently 22.16+, remains supported)",
|
||||
missing
|
||||
? "2) Reinstall OpenClaw (this should install node-llama-cpp): npm i -g openclaw@latest"
|
||||
: null,
|
||||
|
||||
Reference in New Issue
Block a user