-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With Tailwind v4 HMR not working in server in NuxtJs #16760
Comments
setting
in |
Hey! I have downloaded your reproduction but I don't see the issue. What am I missing? 🤔 Screen.Recording.2025-02-25.at.13.27.28.movOne thing I noticed in your Stackblitz repro is that you were adding |
I've fixed the typo in Stackblitz. |
I'm also getting the same issue. |
Yes The issue is occuring in linux system. |
The repro you shared works for me even if I do I even set up a Linux VM just to test this and set up a new project based on the README. All I did in addition was to add that Screen.Recording.2025-02-26.at.12.13.21.movCan you please let me know the exact steps you did to see this error message? Otherwise I have to close this issue since we aren't able to reproduce this I'm afraid. |
Maybe this error is related. [12:30:33 PM] ERROR [unhandledRejection] write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:159:15)
at writeGeneric (node:internal/stream_base_commons:150:3)
at Socket._writeGeneric (node:net:971:11)
at Socket._write (node:net:983:8)
at writeOrBuffer (node:internal/streams/writable:572:12)
at _write (node:internal/streams/writable:501:10)
at Writable.write (node:internal/streams/writable:510:10)
at Socket.ondata (node:internal/streams/readable:1009:22)
at Socket.emit (node:events:518:28)
at addChunk (node:internal/streams/readable:561:12) |
@Sourav9063 I need help here with how to reproduce this error. Can you please line out every step you are doing to get this running? I tried changing the Were you able to reproduce this in the stackblitz setup you created? If so, what are the comments you run? |
@philipp-spiess Screencast.from.2025-03-02.12-52-35.webm |
Same. When type The steps i exactly followed the the nuxt framework-guides, and created a simple page.
Thank you. |
npm run generate will create a |
issue
Environment
Reproduction
Follow the official tailwind guide https://tailwindcss.com/docs/installation/framework-guides/nuxt
https://stackblitz.com/edit/github-dye83azh?file=my-project%2Fpackage.json
Describe the bug
While following this guide tailwind official guide https://tailwindcss.com/docs/installation/framework-guides/nuxt setting up nuxt project, the client side work fine. But when any changes or any file save on the sever folder it gives error
Console
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: