Is your feature request related to a problem? Please describe.
Vuetify 2.2.x has been released, and publish a Presets feature.
Describe the solution you'd like
Smooth update and import VuetifyPreset.
Describe alternatives you've considered
Additional context
https://vuetifyjs.com/en/customization/presets/
https://github.com/vuetifyjs/vuetify/releases
Same problem:

+1
Hi @kevinmarrec , please help us with the update, I have problems installing, request a preset ...
I too am receiving an error running my Nuxt project with Typescript enabled using @nuxtjs/[email protected]. I did a recent reinstall a few days ago, which I think coincided with the 2.20 release of Vuetify.

Error seems to be coming from the options.ts file.
The path seems to now required to be "vuetify/types/services/presets"
How are you getting this errors? When trying to use presets or its out of box? I have updated vuetify to 2.2 in my project and dont have errors, although i dont use presets yet
How are you getting this errors? When trying to use presets or its out of box? I have updated vuetify to 2.2 in my project and dont have errors, although i dont use presets yet
No, just install the nuxt-vuetify, place the buidmodules and try to run npm run dev and it gives that error. @kevinmarrec help!
@clixmat no errors for me in my ts project. I even tried new empty project with create nuxt app and still was fine. Please provide a reproduction.
I think you might have two different version of vuetify in your deps and that leads to problem, try to delete your node modules and lock file and reinstall. If problem still persist -> provide a minimal reproduction
I deleted my node_modules folder and lock file and resintalled everything from scratch. I still get the error on _npm run dev_
I found out I only receive the same error

only when I add the following types reference "@nuxtjs/vuetify" to my tsconfig file compilerOptions as per the typescript support documentation here. (https://www.npmjs.com/package/@nuxtjs/vuetify#typescript)
Ye, indeed adding @nuxtjs/vuetify breaks it, can repro
Most helpful comment
+1