INTO-CPS-Association / into-cps-application

The front-end of the INTO-CPS tool chain
https://into-cps-association.github.io/simulation/app.html
Other
17 stars 8 forks source link

Update Electron to v13 to fix devtools not showing on linux #215

Open tobiasfrejo opened 1 year ago

tobiasfrejo commented 1 year ago

Devtools do not show on Linux with Electron 10, which is fixed in v13: https://github.com/electron/electron/pull/31047 This update of Electron requires explicit definition of contextIsolation: false when creating browser windows to allow accessing the Node back end, as the Electron defaults have changed.

README is also updated to reflect that v6 of Node no longer works and v14 in necessary instead.