[Vuejs]-Create-nuxt-app v5.0.0 + Tailwind UI Error โ€“ FATAL Cannot destructure property 'nuxt' of 'this' as it is undefined

0๐Ÿ‘

I did get create-nuxt-app v5.0.0 working.

The key for me was not installing Tailwind during the initial create-nuxt-app installation process in the command line and instead following the directions at:
https://tailwindcss.com/docs/guides/nuxtjs

I do have node v 18.15.0 running as well.

Leave a comment