Documentation Index
Fetch the complete documentation index at: https://docs.twenty.com/llms.txt
Use this file to discover all available pages before exploring further.
- Docker 错误 — 在运行
yarn twenty server start之前,请确保 Docker Desktop(或守护进程)已在运行。 错误消息会显示适用于你的操作系统的正确启动命令。 - Node 版本不正确 — 需要 24+。 使用
node -v检查。 - 缺少 Yarn 4 — 运行
corepack enable。 - 依赖损坏 —
rm -rf node_modules && yarn install。