question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Giving error with when using with TypeScript : Could not find a declaration file for module 'vue-tippy'

See original GitHub issue

Could not find a declaration file for module ‘vue-tippy’. ‘E:/Ayoub Khan/Porfolios/ayoubkhan-portfolio/node_modules/vue-tippy/dist/vue-tippy.umd.js’ implicitly has an ‘any’ type. Try npm i --save-dev @types/vue-tippy if it exists or add a new declaration (.d.ts) file containing declare module 'vue-tippy';

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
KABBOUCHIcommented, Apr 4, 2021

they are the same:

vue-tippy@latest => vue-tippy@v4 vue-tippy@next => vue-tippy@v6

0reactions
ayoubkhan558-zzcommented, Apr 4, 2021

Thank you so much its working 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find a declaration file for module 'vue-xxx'
This error occured because of vue-xxxxxx has been generated in JavaScript. Method 1: To avoid the issue I just replace it by the...
Read more >
Error TS7016: Could not find a declaration file for module 'vue ...
Hi I try to use vue-material on project which use typescript. When I try to register plugin 'vue-material' import 'es6-promise/auto' import * as...
Read more >
Could not find declaration file for module 'X' Error | bobbyhadz
The error "Could not find declaration file for module" occurs when TypeScript cannot find the type declaration for a module. To solve the...
Read more >
[TypeScript] Error: Could not find a declaration file for module ...
We have to eject the app there using “npm run eject” and then write these following lines of code in “config/webpack. config. dev....
Read more >
Could not find a declaration file for module - Vue Forum
Hello Experts, Every time I install third-party package using npm. And import it to my component. Get this error "Could not find a ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found