Closed
Description
A lot of similar reports on Discord:




13 import { PasswordUpdateNotifyEmail } from 'twenty-emails';
~~~~~~~~~~~~~~~
src/core/auth/services/token.service.ts:22:40 - error TS2307: Cannot find module 'twenty-emails' or its corresponding type declarations.
22 import { PasswordResetLinkEmail } from 'twenty-emails';
~~~~~~~~~~~~~~~
src/workspace/workspace-cleaner/crons/clean-inactive-workspace.job.ts:9:8 - error TS2307: Cannot find module 'twenty-emails' or its corresponding type declarations.
9 } from 'twenty-emails';
Metadata
Metadata
Assignees
Type
Projects
Status
✅ Done
Activity
FelixMalfait commentedon Feb 16, 2024
yarn nx run twenty-emails:build should fix the issue for now but it's not a sustainable solution
chore: make twenty-server nest command scripts depend on twenty-email…
chore: make twenty-server nest command scripts depend on twenty-email… (
Sync Twenty changes (from dev to feature/template_campaign) (#1)
1 remaining item