Questions tagged as 'electron'

0
answers

Electron - Error with rpm "the License field must be present in the package: (main package)"

I installed the Electron Redhat (rpm) Installer module because I want to compile it in RPM, so I already put the code in the package.json as in the Github page of this module. But at the time of placing "npm run rpm64" I get this:    Error: E...
asked by 02.02.2018 / 02:08
2
answers

Integrate PHP to ElectronJS

Greetings community. My question in question comes because I want to start developing a desktop application with ElectronJS, my question is if there is any way to integrate PHP as a programming language or just use NodeJS. If any of you can clar...
asked by 03.12.2017 / 20:48
2
answers

Send ESC / POS command to EPSON TM-T20II printer from Windows command console

I am making an application using Electron and I need to open a cash drawer that is connected to the printer through rj11 without having to print anything. I know you can send a command to the printer to open the drawer but I do not give the k...
asked by 10.12.2017 / 17:24
0
answers

Build installers for windows mac and linux electron

I'm doing a desktop application, and what I want is to be able to build installers for the 3 platforms. I am using electron builder, but I have the problem that it only allows me to build applications for the same platform. If it is Windows f...
asked by 29.01.2017 / 17:11
1
answer

problem when trying to use serialport in electron

Good ... install serialport with npm install --save serialport and when doing let serialport = require('serialport'); and try to run the application I skip the following error. and this in console: pd: I did not k...
asked by 10.01.2017 / 04:23
1
answer

How do I interact with jQuery in Electron?

I'm starting to try Electron, and I have a little big question about what it is to use my own functions and others ... I'm gradually transferring what I had already done for what would be the web version, therefore everything it was always worki...
asked by 26.02.2018 / 03:05