Dev console getting spam by prettier error
Unanswered
Whiteleg shrimp posted this in #help-forum
Whiteleg shrimpOP
Hi, recently my dev console (next dev) is getting spammed by this error
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'm not to sure what to do. Everything seems to be working fine, but it's kinda of annoying
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'm not to sure what to do. Everything seems to be working fine, but it's kinda of annoying
2 Replies
Whiteleg shrimpOP
Whiteleg shrimpOP
My current fix was downgrading from prettier 3.4.2 to 3.3.3 but idk if there's another fix