-
Notifications
You must be signed in to change notification settings - Fork 141
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
Outdated use of require() causing errors in external library usage #214
Comments
@martitv this error is generally because one is using Can you provide a reproduction repo I can take a look at (doesn't need to be minimal — just want to verify things to see if I'm on the right track about this). |
Here: https://github.com/martitv/ts-to-zod-prettier-plugin-tailwindcss Just stand in the "my-app" folder and run |
Thanks for the help! Ill reopen the issue on ts-to-zod to tell the to update their prettier version |
What version of
prettier-plugin-tailwindcss
are you using?v0.5.4
What version of Tailwind CSS are you using?
v3.3.3
What version of Node.js are you using?
v18.16.1
What package manager are you using?
pnpm
What operating system are you using?
Windows
Reproduction URL
None
Describe your issue
I am trying to use ts-to-zod to generate Zod schemas from my autogenerated types. ts-to-zod fails due to:
The text was updated successfully, but these errors were encountered: