ElectronJs: HellowWorld application is not starting
问题 I have started with electron js hello world application first application with electron I am doing exactly what is instructed. Created 3 files main.js, index.html, package.json package.json { "name" : "your-app", "version" : "0.1.0", "main" : "main.js" } main.js const electron = require('electron'); // Module to control application life. const {app} = electron; // Module to create native browser window. const {BrowserWindow} = electron; // Keep a global reference of the window object, if you