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
When I try to export webshot in my project, I get this error.
module "/Users/saadirfan/GitHub/screencapture/node_modules/webshot/lib/webshot"
Could not find a declaration file for module 'webshot'. '/Users/saadirfan/GitHub/screencapture/node_modules/webshot/lib/webshot.js' implicitly has an 'any' type.
Try `npm install @types/webshot` if it exists or add a new declaration (.d.ts) file containing `declare module 'webshot';`ts(7016)
Why is it happening? Is there any solution to it?
The text was updated successfully, but these errors were encountered:
When I try to export webshot in my project, I get this error.
Why is it happening? Is there any solution to it?
The text was updated successfully, but these errors were encountered: