vuetifyjs / vue-cli-plugins

🔌 A collection of Vuetify plugins for Vue CLI
https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3
Other
428 stars 113 forks source link

"Could not find a declaration file for module 'vuetify/lib/framework'." #228

Closed some-user123 closed 3 years ago

some-user123 commented 3 years ago

Adding vuetify to a typescript vue project (vue add vuetify) with a la carte components causes the error message "Could not find a declaration file for module 'vuetify/lib/framework'." when compiling this import:

import Vuetify from 'vuetify/lib/framework'

even though the shims-vuetify.d.ts exists. It seems like it is ignored.

Any ideads?

It seems, I'm not alone: https://stackoverflow.com/questions/65172139/could-not-find-a-declaration-file-for-module-vuetify-lib-framework/65172140

Raza9798 commented 2 years ago

same thing happen to me, what I did was stopped the development server and started again solved the issue