-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(core): prettier 3 shouldn't cause errors due to esm + compile cache #19042
fix(core): prettier 3 shouldn't cause errors due to esm + compile cache #19042
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
4c28925
to
2786a8f
Compare
I am on 16.8.1 using Yarn2 with PNP, fix does not seem to work, I still have to add |
Yeah, there was a follow up PR that tidies up a bit of this thats not been released just yet. |
Can confirm that applying this fix solves the issue for me. Thanks! |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
Folks receive a weird invalid host options received error when trying to run prettier v3 or other ESM packages during generators or
format
Expected Behavior
These errors don't happen.
Related Issue(s)
Fixes #18974
Fixes #18721