bugfix/ electron builder 22.11 needs Node 14+

This commit is contained in:
Maxime GRIS
2021-07-17 13:23:22 +02:00
parent f399d75078
commit c7dbb3f947
6 changed files with 121 additions and 74 deletions

View File

@@ -18,9 +18,9 @@ Bootstrap and package your project with Angular 12 and Electron 13 (Typescript +
Currently runs with:
- Angular v12.0.5
- Electron v13.0.1
- Electron Builder v22.10.5
- Angular v12.1.2
- Electron v13.1.7
- Electron Builder v22.11.9
With this sample, you can:
@@ -30,7 +30,7 @@ With this sample, you can:
/!\ Hot reload only pertains to the renderer process. The main electron process is not able to be hot reloaded, only restarted.
/!\ Angular 12.x CLI needs Node 11 or later to work correctly.
/!\ Angular CLI & Electron Builder needs Node 14 or later to work correctly.
## Getting Started