-
-
Notifications
You must be signed in to change notification settings - Fork 113
[Bug Report] Running completion hooks...error: Missing file extension "vue" for "./components/HelloWorld" #157
Comments
This must be a recent change enforcing eslint after installing a plugin. |
Sometimes this occur even if you correctly configured eslint. |
Could you please be clearer what you mean by manually cleaning cache from node_modules? |
When I create vue project with using |
maybe, I just manually removing cache folder) |
This works: This below part is for **webpack** (Try a work around for eslint) To make Webpack automatically resolve .vue extensions use the resolve.extensions option, and include the defaults.
Then you can import without using .vue |
Try to use the advanced configuration Before you start
And very important when you get the question: Use a pre-made template? (will replace App.vue and HelloWorld.vue You should answer with No
|
This Issue is being closed due to inactivity. If you have any questions, please reach out to us in our Discord community. |
Environment
Vuetify Version: 2.2.10
Vue Version: 2.6.11
Browsers: Firefox 72.0
OS: Linux x86_64
Steps to reproduce
Expected Behavior
no error
Actual Behavior
Reproduction Link
https://github.com/vuetifyjs/vuetify
The text was updated successfully, but these errors were encountered: