Top "Electron" questions

Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.

array.length is zero, but the array has elements in it

I'm currently in the process practicing using electron, but I'm quite new with javascript and I've come across a problem …

javascript arrays scope electron
When to use remote vs ipcRenderer, ipcMain

I'm trying to understand the communications between electrons main and renderer processes. The documentation https://github.com/electron/electron/blob/…

javascript electron
How to use React Router with Electron?

Using this boilerplate as reference I created an Electron app. It uses webpack to bundle the scripts and express server …

javascript reactjs react-router electron
electron-rebuild "Unable to find Electron app ..."

After installing a native module via npm for use with Electron (atom shell) I'm trying to run electron-rebuild: >>./…

javascript node.js electron
How to add a right-click menu in Electron that has "Inspect Element" option like Chrome?

I'm building an Electron application and I would like to inspect specific UI elements. I have the Chrome dev tools …

electron
Electron Take Up 100% Of Screen (Not Full Screen)

I've got an electron app, below is the main.js file: var app = require('electron').app; var BrowserWindow = require('electron').…

electron
Make a link from Electron open in browser

Is there any (simple/built-in way) to open a new browser (I mean default OS browser) window for a link …

javascript node.js electron
dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib

Using electron-builder to build Windows app, When signing up, I got this error : dyld: Library not loaded: /usr/local/opt/…

electron electron-builder
How to use node_modules within Electron?

Using electron in combination with Angular2, Typescript and Electron I am try to find out how to use a node …

node.js typescript angular electron typescript1.5
Why do I see an "Electron Security Warning" after updating my Electron project to the latest version?

I've created Electron-Vuejs-Vuetify project from this Vuetify's boilerplate I'm seeing this warning in the console: Electron Security Warning This renderer …

node.js electron vuetify.js