-
Notifications
You must be signed in to change notification settings - Fork 3
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
TypeError: Cannot read property 'initializeClrFunc' of undefined #1
Comments
Can you give a sample/snippet of code you are running that generates that error? Electron Edge is a fork of the EdgeJS library which is what is in reference. Without more context I cannot tell if it is an issue with the printer-dymo library, or something else. |
Hello Paul, Thanks for your response! I used your code by chaning the printer name: var printerDymo = require('printer-dymo'), // It takes a second or two for initialization to complete.
}, 2000); |
Here is the error from cmd: C:\NodeJs\MyNodeJSApps\printer-dymo-master\printer-dymo-master>node dymoprint.js TypeError: Cannot read property 'initializeClrFunc' of undefined |
Were you able to find the solution for this? |
Error seems to be from C:\NodeJs\printer-dymo-master\printer-dymo-master\node_modules\printer-dymo\node_modules\electron-edge-js\lib\edge.js
The text was updated successfully, but these errors were encountered: