Back to Twenty

Troubleshooting

packages/twenty-docs/developers/extend/apps/getting-started/troubleshooting.mdx

2.4.1460 B
Original Source
  • 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 brokenrm -rf node_modules && yarn install.

Stuck? Ask on the Twenty Discord.