Skip to content
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

Could not find a declaration file for module #48

Open
ziayiing opened this issue Jul 26, 2023 · 2 comments
Open

Could not find a declaration file for module #48

ziayiing opened this issue Jul 26, 2023 · 2 comments

Comments

@ziayiing
Copy link

Could not find a declaration file for module 'react-animated-weather'. 'c:/Users/tonic/Desktop/weather-app-react/node_modules/react-animated-weather/build/index.js' implicitly has an 'any' type.
Try npm i --save-dev @types/react-animated-weather if it exists or add a new declaration (.d.ts) file containing declare module 'react-animated-weather';ts(7016)

@nishantpatil17
Copy link

Could not find a declaration file for module 'react-animated-weather'. 'c:/Users/tonic/Desktop/weather-app-react/node_modules/react-animated-weather/build/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/react-animated-weather if it exists or add a new declaration (.d.ts) file containing declare module 'react-animated-weather';ts(7016)

Got solution ?

@kotakdigest88
Copy link

Could not find a declaration file for module 'react-animated-weather'. 'c:/Users/tonic/Desktop/weather-app-react/node_modules/react-animated-weather/build/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/react-animated-weather if it exists or add a new declaration (.d.ts) file containing declare module 'react-animated-weather';ts(7016)

facing this kind of issues, try create file contained 'declare module 'react-animated-weather';' and my issue still not solve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants