Replies: 1 comment 1 reply
-
|
Consider providing a git repo that reproduces the issue and we can take a look for you. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello everyone,
I need help with an error that occurs when I try to run my project. This is new for me, as I worked on previous projects without any issues. Now it's impossible to continue.
I installed Tailwind CSS following the recommendations in the official documentation, and it shows this error: 'An unhandled exception occurred: Unexpected end of JSON input'. I created a .postcssrc.json file and pasted the following:
{ "plugins": { "@tailwindcss/postcss": {} } }But I'm not sure if the problem come from here. Can you help me?
Also I'm working with the newest version of angular and the v24.8.0 of node
Beta Was this translation helpful? Give feedback.
All reactions