mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 16:55:05 +00:00
* docs: recommend Node 26 in quickstart, landing, and platform install docs - Problem: the user-facing quickstart (docs/start/getting-started.md), landing page (docs/index.md), and Linux/macOS platform install docs still mark Node 24 as the recommended default, contradicting maintainer PR #114399 ('recommend Node 26 as the OpenClaw runtime') and the installer default (scripts/install.sh NODE_DEFAULT_MAJOR=26, openclaw.mjs RECOMMENDED_NODE_MAJOR=26). Users following the quickstart pick a slower, heavier runtime against the project's stated recommendation. - Fix: align the 4 missed user-facing install surfaces to 'Node 26 recommended', matching the phrasing already in docs/install/node.md, docs/install/index.md, docs/install/ansible.md, docs/install/bun.md, and docs/help/faq-first-run.md. Leave docs/start/setup.md (the source/dev workflow where CI pins Node 24) unchanged on purpose. - Verification: docs-only diff reviewed; supported-version floors (22.22.3+/24.15+/25.9+) unchanged; consistent across all install surfaces. * docs: complete Node 26 installation guidance Co-authored-by: Santhi Prakash <b.santhiprakash@gmail.com> --------- Co-authored-by: Peter Steinberger <steipete@gmail.com> |
||
|---|---|---|
| .. | ||
| ansible.md | ||
| azure.md | ||
| bun.md | ||
| clawdock.md | ||
| development-channels.md | ||
| digitalocean.md | ||
| docker-vm-runtime.md | ||
| docker.md | ||
| exe-dev.md | ||
| fly.md | ||
| gcp.md | ||
| hetzner.md | ||
| hostinger.md | ||
| index.md | ||
| installer.md | ||
| kubernetes.md | ||
| macos-vm.md | ||
| migrating-claude.md | ||
| migrating-hermes.md | ||
| migrating.md | ||
| nix.md | ||
| node.md | ||
| northflank.mdx | ||
| oracle.md | ||
| podman.md | ||
| railway.mdx | ||
| raspberry-pi.md | ||
| render.mdx | ||
| uninstall.md | ||
| updating.md | ||
| upstash.md | ||