Skip to main content
  • Docker errors — Make sure Docker Desktop (or the daemon) is running before yarn twenty docker: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.
  • twenty-sdk errors after upgrading to v2.8.0 — It moved from dependencies to devDependencies in v2.8.0. See Project Structure → Dependencies.
  • twenty build warns about twenty-client-sdk under dependencies — It is provided at runtime by Twenty, so it should be moved to devDependencies alongside twenty-sdk. See Project Structure → Dependencies.
Stuck? Ask on the Twenty Discord.