Replies: 2 comments
-
Looks like you want to use Tailwind CSS with Checkout Vite for more info: https://vite.dev/guide/ These are the Tailwind CSS docs to integrate it with Vite: https://tailwindcss.com/docs/installation/using-vite |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when installing tailwindcss v4 using the official tailwind docs and just replace npm with pnpm, and then try to run dev i get an error telling me that vite is not installed with this error:
for reference, the command i used for installation are:
and my package.json is as follows:
lastly node_modules tree structure is:
Beta Was this translation helpful? Give feedback.
All reactions