-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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: