Unable to find electron app
问题 I'm running through this youtube tutorial on an Ubuntu 17.10 and when I run the build command ng build --prod && electron . the result is: Error launching app Unable to find Electron app at /home/ole/angular-electron Cannot find module '/home/ole/angular-electron' The app compiles fine, just the electron . step that is failing. The package.json contents including the main attribute look like this: "name": "angular-electron", "version": "0.0.0", "license": "MIT", "main": "main.js", I also