Running tailwindcss v4 using pnpm not working! I need help! #16006
-
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.
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.
-
Try
|
Beta Was this translation helpful? Give feedback.
Looks like you want to use Tailwind CSS with
vite
, make sure to install Vite and set it up as well.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