CSS - Module parse failed #66616
Replies: 3 comments
-
It was system specific issue. I had to reset my PC to fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I faced this issue earlier and thought I should mention what I was doing wrong. I had NODE_ENV=production in my .env, which I guess was preventing Tailwind's JIT from running. |
Beta Was this translation helpful? Give feedback.
0 replies
-
i'm facing same issue , tell me if u found the solution. |
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.
-
Summary
Created a nextjs 14 POC using
npx create-next-app@latest
. When I runnpm run dev
I get below errorAdditional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions