What underlying technologies/libraries is Microsoft’s new (free) cross platform editor Visual Studio Code (Launched 5/29/2015) built on? There are rumors that it’s just Github’s Atom Editor rebranded. 1 Answer...
I have packed my Electron application using the following command: asar pack app app.asar Now, I need to unpack it and get the whole code back. Is there any...
How do you set the app icon for your Electron app? I am trying BrowserWindow({icon:'path/to/image.png'}); but it does not work. Do I need to pack the app to see...
How do I remove this menu-bar from my electron apps: Also it says “Hello World”(is this because I downloaded electron pre-built, and will go away once I package the...
I’m creating an Electron app for my own purpose. My problem is when I’m using node functions inside my HTML page it throws an error of: ‘require()’ is not...
Problem: while developing using Electron, when you try to use any JS plugin that requires jQuery, the plugin doesn’t find jQuery, even if you load in the correct path...