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
Try to format a file on save in the UI packages or format using the shortcut
Downgrading to 0.5.7 will fix the issue.
Describe your issue
The prettier plugin in VSCode throws following error when trying to format a file after upgrading to 0.5.8.
Error: ENOENT: no such file or directory, open '/home/user/dev/tailwind-sort-repro/node_modules/.pnpm/prettier-plugin-tailwindcss@0.5.8_@ianvs+prettier-plugin-sort-imports@4.1.1_prettier@3.1.0/node_modules/prettier-plugin-tailwindcss/dist/css/preflight.css'
This does not happen with version 0.5.7.
The text was updated successfully, but these errors were encountered:
What version of
prettier-plugin-tailwindcss
are you using?v0.5.8
What version of Tailwind CSS are you using?
v3.3.6
What version of Node.js are you using?
v20.9.0
What package manager are you using?
PNPM
What operating system are you using?
Linux
Reproduction URL
Reproduction repo
To reproduce:
pnpm i
in root of the repo.Downgrading to 0.5.7 will fix the issue.
Describe your issue
The prettier plugin in VSCode throws following error when trying to format a file after upgrading to 0.5.8.
Error: ENOENT: no such file or directory, open '/home/user/dev/tailwind-sort-repro/node_modules/.pnpm/prettier-plugin-tailwindcss@0.5.8_@ianvs+prettier-plugin-sort-imports@4.1.1_prettier@3.1.0/node_modules/prettier-plugin-tailwindcss/dist/css/preflight.css'
This does not happen with version 0.5.7.
The text was updated successfully, but these errors were encountered: