mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-08-24 23:01:25 -04:00
8cee7c3288
* Fix installer Node runtime mismatch Ensure install.sh uses Node >=22 for npm install steps even when nvm Node 20 is first on PATH. Add a compatibility shim so the installed openclaw command still runs via a supported Node runtime in mixed-version shells. Also fixes shellcheck warning in shim log output. * fix: keep installer compat shim in user-local bin (#68) (thanks @rolandkakonyi) --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>