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…
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…
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…
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…
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…
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…
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…
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…
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 ?
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