Replies: 2 comments 1 reply
-
|
Please consider providing a remotely-hosted git repository that reproduces the unexpected behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thank you but I don't have any experience or knowledge with doing that. I would not know where to start. |
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.
-
I am getting the above error when running npm run build. What I hope is all the info needed is below.
npm 9.2.0
vite 5.4.11
tailwind 3.4.15 (I think)
Server is nginx on ubuntu 24.04
Stack trace:
The site.css file:
The tailwind.site.config.js file is in the same folder as the site.css file.
My vite.config.js (project root folder):
postcss.config.js:
And, finally, the tailwind.site.config.js:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions