Why doesn't npm start run electron app?
I have the following in package.json for several electron apps: "name": "my-app", "version": "1.0.0", "description": "", "main": "main.js", "scripts": { "start": "electron ." }, When I'd do npm start in the app folder, the corresponding app use to run. I just started getting the following output for all of my electron apps when using npm start : electron . module.js:471 throw err; ^ Error: Cannot find module './' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25). at Module.require (module.js:497:17) at require (internal/module.js:20:19) at