node-webshot
node-webshot copied to clipboard
Webshot not exporting
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?