You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
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
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 containingdeclare module 'react-animated-weather';
ts(7016)The text was updated successfully, but these errors were encountered: