From 504c23c3b44089bdef612d242a5adda274457c59 Mon Sep 17 00:00:00 2001 From: Mohamed Houssein Douici Date: Tue, 13 Feb 2024 23:19:19 +0100 Subject: [PATCH] docs: add a section for troubleshooting the local setup (#3948) --- .../twenty-docs/docs/start/local-setup/troubleshooting.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/twenty-docs/docs/start/local-setup/troubleshooting.mdx b/packages/twenty-docs/docs/start/local-setup/troubleshooting.mdx index 3a0fb1b25..72eccba95 100644 --- a/packages/twenty-docs/docs/start/local-setup/troubleshooting.mdx +++ b/packages/twenty-docs/docs/start/local-setup/troubleshooting.mdx @@ -24,6 +24,10 @@ This documentation includes [different ways](/start/local-setup/yarn-setup#step- If you're successful in running this provisioning, you should have `default` and `metadata` schemas in your database. If you don't, make sure you don't have more than one postgres instance running on your computer. +## Cannot find module 'twenty-emails' or its corresponding type declarations. + +You have to build the package `twenty-emails` before running the initialization of the database with `yarn nx run twenty-emails:build` + ## Missing twenty-x package Make sure to run yarn in the root directory and then run `yarn nx server:dev twenty-server`. If this still doesn't work try building the missing package manually.