Closed Dev-Hassaan closed 1 month ago
Hi Hassaan,
The package looks like it is installed correctly. The problem here is that you are trying to use a javascript package without type declaration with typescript. I'm not familiar with Vite, but I don't think it has much to do with the issue you are facing.
Check out the typescript docs for more information on type declarations https://www.typescriptlang.org/docs/handbook/2/type-declarations.html
I am kind of new to installing packages and dependencies but it's not working with Vite, Giving me errors like:
I think it's not compatible with Vite right? Can you tell me how to properly install it?