Running into a problem when creating a new app using yarn create nuxt-app. Following were selected from the questions:
After setup is completed and you run the server yarn run dev the follow error shows up in the console and nothing displays in the browser. However, when I use the same settings except pick Tailwind CSS as the UI framework instead of Vuetify everything works.
Nuxt version: 2.10
Yarn version: 1.19.0
Node version: 10.16.2
Npm version: 6.9.0

I tried some versions in same setting.
2.8.0: ok
2.9.2( and higher): ng
Downgrade Nuxt to version 2.9.2 or lower (npm i --save [email protected])
I think there is some problem with nuxt 2.10.x and @nuxtjs/vuetify
I downgraded nuxt from 2.10.0 to 2.9.2 and it works as expected (I suppose):

FYI, here are the options I selected through the initial setup:
With the following versions:
Sorry reopening this issue, but the app shouldn't been able to generate working projects?
If a manual downgrade is necessary to properly work, I guess this is still an issue.
Somehow, it seems to work with 2.10.0 now. I am not sure what has been fixed or what 馃
Most helpful comment
Sorry reopening this issue, but the app shouldn't been able to generate working projects?
If a manual downgrade is necessary to properly work, I guess this is still an issue.