-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Error TS7016: Could not find a declaration file for module 'vue-material' #530
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
Comments
it seems that problem was because of "noImplicitAny": true, switching to false resolved problem |
@diskman Thanks a ton! You saved my day. 🍻 |
Seems i was mistaken? my build env fooled me |
Thanks |
thanks i was getting this error in production finally resolved... |
Hello guys! I am getting same error, when I just simply create new Vue project via vue-cli and follow official installation guideline. I am not using typescript and did not check to support TS while creating Vue project. Switching "noImplicitAny": true to false did not help me (although I am not sure I changed it in the right place, since there are several tsconfig.json in my node_modules, I used located in vue-template-compiler). What am I doing wrong? |
Were you able to resolve it? I think it was to be done in tsconfig of your root? |
Getting the same error, with the addition of md-field etc all throwing improperly registered component errors. I can't seem to locate the above solution (ctrl+shift+p for noImplicitAny gives no results) so I'm at a loss {edit}
|
Hi I try to use vue-material on project which use typescript. When I try to register plugin 'vue-material'
the errors in shown
My tsconfig.json
The text was updated successfully, but these errors were encountered: