You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is an issue with react-email or something specific to Turbopack. I recently upgraded several dependencies and upgraded to Next.js 15.1. Since then, I see the following error when each of my pages compiles in Next.js.
⚠ ./node_modules/@react-email/render/dist/node
Package prettier can't be external
The request prettier/plugins/html matches serverExternalPackages (or the default list).
The package resolves to a different version when requested from the project directory (3.4.2) compared to the package requested from the importing module (3.3.3).
Make sure to install the same version of the package in both locations.
I have a single package.json file in my setup and it have prettier 3.4.2 installed. If I install 3.3.3, that warning goes away.
Has anyone else encountered this issue? Maybe I have something configured wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm not sure if this is an issue with react-email or something specific to Turbopack. I recently upgraded several dependencies and upgraded to Next.js 15.1. Since then, I see the following error when each of my pages compiles in Next.js.
I have a single package.json file in my setup and it have prettier 3.4.2 installed. If I install 3.3.3, that warning goes away.
Has anyone else encountered this issue? Maybe I have something configured wrong?
Beta Was this translation helpful? Give feedback.
All reactions