Added a bit of enhanced context for better agentic coding, based on this [Discord conversation](https://discord.com/channels/1130383047699738754/1130383048173682821/1501538550301331477). --------- Co-authored-by: Félix Malfait <felix@twenty.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
13 lines
591 B
Plaintext
13 lines
591 B
Plaintext
---
|
|
title: Troubleshooting
|
|
description: Common first-run issues — Docker, Node version, Yarn, dependencies.
|
|
icon: "wrench"
|
|
---
|
|
|
|
- **Docker errors** — Make sure Docker Desktop (or the daemon) is running before `yarn twenty server start`. The error message will show the right start command for your OS.
|
|
- **Wrong Node version** — Need 24+. Check with `node -v`.
|
|
- **Yarn 4 missing** — Run `corepack enable`.
|
|
- **Dependencies broken** — `rm -rf node_modules && yarn install`.
|
|
|
|
Stuck? Ask on the [Twenty Discord](https://discord.com/channels/1130383047699738754/1130386664812982322).
|