Questions tagged [electron-packager]

Use electron-packager for questions related to the packaging module for Electron apps

References

493 questions
0
votes
0 answers

node_modules minified codes and Electron-packager

I can see in my myproject\node_modules modules(not all) which get normal .js code and .min.js versions: For example jsonpath After running the packager I get the same two files in the myproject-win32-ia32\node_modules\jsonpath folder. So my…
Alain BUFERNE
  • 2,016
  • 3
  • 26
  • 37
0
votes
1 answer

Error creating executable in electron

I'm developing an app with electron and angular cli 2 The problem is when I install other node packages. In development mode works fine, but when exporting the final application with electron-packager it tells me that: A JavaScript error occurred in…
0
votes
1 answer

Electron: Share Files Between Different O.S Packages

I've created an Electron app and build packages for Windows and MacOS using electron-packager. The app data is stored in a JSON file inside the resources folder and i'm using fs to perform file I/O tasks in the app. What i would like to do is store…
Ricky
  • 2,912
  • 8
  • 47
  • 74
0
votes
1 answer

Code in electron renderer process not working after packaging

code from index.html: Hello World!

Hello World!

We are…
user1349923
  • 763
  • 1
  • 7
  • 24
-1
votes
0 answers

Is there solution for client without install node js when use electron app

I have built my electron app, but I have a problem regarding the client having to install node js first, is there no solution for the user without installing node js etc. because I only want the client to be installed once and can be used…
-1
votes
2 answers

My electron app that I packaged is not opening (I suspect it's a problem in package.json)

I can't open my electron app that I packaged , it created the folder release builds but I am not able to open the exe file it created. I suspect the problem is in package.json . if I do npm start the app is launching and working . I kind of fiddled…
-1
votes
1 answer

Call Backend Using electron

So, I am making a small desktop application using electron and P5 (for front-end). I wanna make the application fully working while offline meaning I want to store the data locally instead of using a database. However I cannot change the json files…
-1
votes
1 answer

Setting registry 0 or 1, error:vbscript process reported unknown error code 1

I am trying to assign registry value to 1 or 0. Electron packager and electron behaves differently. I set the value of registry to 0 and 1 on click of anchor tags. I am able to achieve this before the application has packaged but after application…
karansys
  • 2,449
  • 7
  • 40
  • 78
-1
votes
1 answer

Node module was compiled against diffferent node module 67

I have a node project that was compiled under node module version 67, but now i am getting an error that it requires node module version 69. usb_bindings.node was compiled against a different Node.js version using NODE_MODULE_VERSION 67. This…
-1
votes
1 answer

Some code can't be used after packing with electron-packager

//This is a touch and drag sorting code, but setInterval sometimes doesn't work after packaging //I would be grateful if there is a reply.
-1
votes
3 answers

How can i create a text box at each click

I need to create an empty form and using a button to add as many text box as I want. create a text box with each click. I use the Electron framework. Would anyone have an idea ?
-2
votes
1 answer

how to convert the electron app into single packager installer(only executable) in linux?

I have created Desktop app into linux app with supporting files,now i wanted to make into single file (executable),so that it can be share to anyone. Is there way to make it into executable file
1 2 3
32
33