I have the same setup wit the same error. This issue nuxt/nuxt#10840 seems to be related. A bugfix has been proposed.
EDIT:
The above proposed workaround is not working for me. The bug seems to be related with @nuxt/kit >= 3.0.0 which is pulled automatically by @nuxtjs/tailwindcss. The last working version seems to be 3.0.0-rc.12
. To use this exact version, I deleted my package-lock.json
added
"overrides": {
"@nuxt/kit": "3.0.0-rc.12"
}
to my package.json
and did a clean install.
Owner Name | nuxt-modules |
Repo Name | tailwindcss |
Full Name | nuxt-modules/tailwindcss |
Language | TypeScript |
Created Date | 2019-04-04 |
Updated Date | 2023-03-29 |
Star Count | 1285 |
Watcher Count | 12 |
Fork Count | 157 |
Issue Count | 57 |
Issue Title | Created Date | Updated Date |
---|