Nuxt 3.0.0 - Cannot find module 'tailwindcss-nesting'
Need help, after lots of Googling and combing github issues I am still stuck...
I started using Nuxt 3 a week after
3.0.0
launched but having been forced to use this particular version: 3.0.0-rc.13
because 3.0.0
and 3.0.0-rc.14
do not work with @nuxtjs/tailwindcss@^6.0.0
.
Running nuxt dev
with any version later than rc.13
throws error: Cannot find module 'tailwindcss/nesting'
My nuxt.config.ts
file looks like this:
0 Replies