brenden / node-webshot

Easy website screenshots in Node.js
2.12k stars 286 forks source link

Webshot not exporting #248

Open msaaddev opened 4 years ago

msaaddev commented 4 years ago

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?