We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello !
I just installed GM + barcode this way :
brew install graphicsmagick npm install --save barcode
I'm trying to use it this way :
var barcode = require('barcode'); barcode('ean13', { data: myEan13, width: 400, height: 100, });
but I get this error in the browser console :
Uncaught Error: Cannot find module './lib/ean13'
I verified in the node_modules/barcode folder, the file ./lib/ean13s exists ...
node_modules/barcode
Any idea ? Thanks !!
The text was updated successfully, but these errors were encountered:
Which version of node are you using?
Sorry, something went wrong.
2.7.4 But now I switched to another plugins using jquery :)
Thanks anyway !!
Same here! Can't use cos of require error.
No branches or pull requests
Hello !
I just installed GM + barcode this way :
I'm trying to use it this way :
but I get this error in the browser console :
I verified in the
node_modules/barcode
folder, the file ./lib/ean13s exists ...Any idea ?
Thanks !!
The text was updated successfully, but these errors were encountered: