1 min readJun 13, 2019
Hi Marc,
can try one more thing:
Make sure index.html is updated
The generated root page in Angular points the base href to /
- this will cause problems with Electron, later on, so let’s update it now. Just add a period in front of the slash in src/index.html
.
<base href=”./”>
- Delete your dist folder and run: ng build
- if your app build just fine, then run “ng build — prod”
- if that works fine too, then run “npm run electron-build”