Tailwindcss v4.0 is not working due to lightingcss issues #15999
Replies: 3 comments 2 replies
-
It seems lightningcss doesn't provide support for Android yet, maybe for now you could try using proot distro |
Beta Was this translation helpful? Give feedback.
-
Hey! Unfortunately we don't support Android right now mainly because Lightning CSS doesn't support it either. If Lightning CSS adds support for it, it might just work on our end as well but for now there is no workaround. One thing you can do is to use the CDN for development (https://tailwindcss.com/docs/installation/play-cdn) and once you are ready to deploy your application on a Linux box, you can use the normal installation and rely on Lightning CSS. Another option is to use Tailwind CSS v3 where Lightning CSS isn't used. |
Beta Was this translation helpful? Give feedback.
-
I am getting same issue in windows: using create-next-app@latest `D:\codebase\blogcodeabode>pnpm run dev
▲ Next.js 15.2.1
✓ Starting...
I tried installing removing lightningcss installing it again, but it is not working. getting same error. even in windows. Need help. |
Beta Was this translation helpful? Give feedback.
-
Hello good team
I am using tailwindcss v4.0, vite 6.0.11, node v22.12.0 npm v10.9.0 and when I run
npm run dev
I get this errorI am using Termux what could be the issue.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions