Electron - Not allowed to load local resource
问题 Evening, I'm looking into using electron to package an existing angular2 build. I thought I had a dry run working but the actual packaging seems to be failing (see final step below) and I want to understand why. Here's what I'm doing... Create Project Use angular-cli to start a new project ng new electron-ng2-cli --style=scss Install electron and electron-builder Edit package.json Make the following additions... "main": "main.js" "build": { "appId": "com.electrontest.testapp", "mac": {