-
-
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
escpos@v3 #264
Comments
Why the version back to 0.x.x? Please follow semantic versioning |
Is there a tutorial for using v3 |
@g3rrydanc3 Oh, my mistake, now it's correct. |
When i try to connect to the printer via network.
I get the error Unhandled Rejection (TypeError): net.Socket is not a constructor Do you have an idea if it's related to the new released version or it's something else ? NB: my printer is EPSON TM-U220 |
When I run npm i escpos-bluetooth runs automatically node-gyp configure build and then I get this error: ELIFECYCLE Should I install or configure anything else before installing the bluetooth adapter? My current setup: |
@gpallas16 Please referred to node-bluetooth . |
@chourouk-mrad what version of Node.js ? |
same problem occured with mac os. i have node-gyp of version v6.1.0 but also escpos-bluetooth is not installed and shows the error below:- |
Since we are moving to v3 and already have breaking changes, can we just use async await instead of all the callbacks. |
I also encountered the same problem.Did you solve it? |
Can we use this package in Ionic 6 to support printing on Android & IOS ? @song940 |
|
I am getting this error "escpos.Network is not a constructor" |
Hello everyone,
Today, we published first alpha version of v3. A BREAKING CHANGE.
I move adapter out of escpos the main package to
escpos-*
package to fix #221 #260 #214Welcome report bug, or fork + commit and send pull-request to this repo. I'll review and merge it ASAP.
Thanks.
The text was updated successfully, but these errors were encountered: