Replies: 2 comments 5 replies
-
Hi @Nefcanto! Go to line 3444 and look at characters 26-27 as written in the log here:
|
Beta Was this translation helpful? Give feedback.
-
I ran the build using a JavaScript debugger and had a breakpoint at the error emission point in PostCSS code. When it hits the breakpoint, you can see the grammar token it gets stuck on in some parent method. You can also look higher up the callstack in Could be related to:
At least in terms of HTML entities causing Tailwind to emit CSS that PostCSS can't handle. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I reported #16447.
Basically, it's an error like this:
So, it has no information related to my code. I'm stuck on how to debug it.
Here it's said that using the Tailwind CLI and
--watch
flag would help and show the line that has error. I called it in these ways:And for both I just got this response, and any file that I change, I don't see it being re-executed or anything be printed.
How can I debug it?
Beta Was this translation helpful? Give feedback.
All reactions