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 — убедитесь, что Docker Desktop (или демон) запущен перед выполнением
yarn twenty server start. Сообщение об ошибке укажет правильную команду запуска для вашей ОС. - Неподходящая версия Node — нужна 24+. Проверьте с помощью
node -v. - Отсутствует Yarn 4 — выполните
corepack enable. - Зависимости повреждены —
rm -rf node_modules && yarn install.