-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in escpos-usb line 52 usb.on() not working #409
Comments
I think the issue is being caused by the |
this is because "overrides": {
"usb": "1.8.8"
} |
you can try : usb.usb.on ... |
Was the same problem. @apaleslimghost solution helps. |
Fixed on #429 |
Error line usb.on comment line .
Printer not init .
escpos-usb -> index
line comments
/*
usb.on('detach', function(device){
if(device == self.device) {
self.emit('detach' , device);
self.emit('disconnect', device);
self.device = null;
}
});
*/
The text was updated successfully, but these errors were encountered: