Next.js Discord

Discord Forum

Failed to load external module prettier-3c69a91af3bc4731/plugins/html: Error [ERR_MODULE_NOT_FOUND]:

Unanswered
Japanese cockle posted this in #help-forum
Open in Discord
Japanese cockleOP
Upgraded from canary.32 to canary.60 now I got this runtime error rendering email with react-email:

Error: Failed to load external module prettier-3c69a91af3bc4731/plugins/html: Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'prettier-3c69a91af3bc4731' imported from /var/task/apps/nextjs/.next/server/chunks/ssr/[turbopack]_runtime.js
    at Context.externalImport [as y] (.next/server/chunks/ssr/[turbopack]_runtime.js:616:15)
    at async (.next/server/chunks/ssr/[root-of-the-server]__0u01jw5._.js:1838:187) {
  digest: '4056083357'
}


Prettier is subdependency of react-email
This error occurs using render() function of react-email

0 Replies