Migration Issue with Nuxt UI 3 and Tailwind Resolution
Hi everyone!
I resolved an issue during my migration to Nuxt UI 3 but wanted to get clarity on the underlying cause.
Error Encountered:
When running pnpm dev, I got:
Adding " "tailwindcss": "^4.0.15"," to package.json fixed it.
Question:
Shouldn’t TailwindCSS be included by default in "@nuxt/ui-pro": "^3.0.1"? Or is this expected behavior ?
Thanks for any insights!
I resolved an issue during my migration to Nuxt UI 3 but wanted to get clarity on the underlying cause.
Error Encountered:
When running pnpm dev, I got:
Pre-transform error: Can't resolve 'tailwindcss' in '/home/frontend/app/assets/css'
Solution:Adding " "tailwindcss": "^4.0.15"," to package.json fixed it.
Question:
Shouldn’t TailwindCSS be included by default in "@nuxt/ui-pro": "^3.0.1"? Or is this expected behavior ?
Thanks for any insights!
