-
I'm using `@3ksy/electron-pos-printer` lib inside my electron react project to print receipts from main-process(nodejs).
Printer is working only when `slient: false`. when i set the `silent: true` i…
-
## Have anyone tried using Electron 4.0.0 with node-printer successfully before ?
#### I follow the README.md ```npm install printer --runtime=electron --target=4.0.0 --target_arch=x64```
But go…
-
## When I try to build with electron, encounter below error, Am I version wrong ? or there's has another reason cause it?
```log
Error: The module '/Users/yang/Desktop/electron_practice/electron-r…
-
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
-
When I call, it does not rebuild my native package
```jsx
yarn electron-rebuild
```
However, when I rebuild like this
```shell
cd node_modules/@woovi/node-printer
../../.bin/electron-rebu…
-
I met this problem when we wanted to print file(png) in the window ELectron project, The code is as follows
```
printer.printDirect({
data: fs.readFileSync(fileName),
…
-
I'm using quasar with electron 1.8.1 and printer 0.2.2
I can dev-build and print using the module but if I make a prod build (which works) the app crashes on startup with a little helpful stacktrace…
-
Hi
I use below code in electron js but donot add any printer in windows printers
`var fs = require('fs')
var Printer = require('ipp-printer')
var printer = new Printer('My Printer…
-
We have a software that prints labels. Unlike Dymo printers I don't find any JS SDK for Brother printers. My question is how my customers will be able to get the tags printed when they are only on our…
-
Recently i upgraded electron application with Node version 12.13.0 and Electron 8.0.0. Printer module started causing issues once again :(
Found out to run electron-rebuild.cmd. but getting list of…