Typescript error in Nuxt config when importing Tailwind v4 Vite plugin #17541
Unanswered
AndreiHudovich
asked this question in
Help
Replies: 2 comments
-
+1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Delete the lock file and node modules folder and re-run npm/pnpm install, it happens cause 2 vite versions are installed. |
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
-
I'm getting
Type 'Plugin<any>[]' is not assignable to type 'PluginOption'
error when adding Tailwind v4 plugin innuxt.config.ts
.Does anyone has this issue?
My config:
Beta Was this translation helpful? Give feedback.
All reactions