thiagoelg / node-printer

Native node.js printer
129 stars 79 forks source link

Error: Cannot find module '../lib' #22

Closed Mohini89 closed 3 years ago

Mohini89 commented 3 years ago

Error: Cannot find module '../lib'

can you please tell what's the library name to be imported

Mohini89 commented 3 years ago

trying to import it below code

"var printerDriver = require("@thiagoelg/node-printer");"

But getting an error "Could not find a declaration file for module '@thiagoelg/node-printer'. '/home/vouched4u/Desktop/Deployments/Dev/Marketing/node_modules/@thiagoelg/node-printer/lib/printer.js' implicitly has an 'any' type."

I am trying to use this with node-thermal-printer.

thiagoelg commented 3 years ago

Hi, this lib doesn't have typescript typings yet, so that's why you're getting this error.