Laravel + Vue + Inertia shadcn-vue initialization fails - Erorr validating Tailwind CSS #1081
Unanswered
booprodusan
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, make sure you have
https://github.com/unovue/shadcn-vue/blob/dev/packages/cli/src/utils/get-config.ts#L12 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My app is running on 2 subdomains, thus having 2 entry points, both js and css.
I'm using Laravel 12, tailwind 4.
This is how the project files are structured:

However, when running

npx shadcn-vue@latest init
I get this error:Keep in mind that my tailwind is working properly, it's just that I get the error when initializing shadcn-vue.
Do you guys know what the solution might be?
I'll post more images of my project configuration if needed.
Beta Was this translation helpful? Give feedback.
All reactions