Error: Cannot find module '../lib'
Closed this issue · 2 comments
Mohini89 commented
Error: Cannot find module '../lib'
can you please tell what's the library name to be imported
Mohini89 commented
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
Hi, this lib doesn't have typescript typings yet, so that's why you're getting this error.