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.
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.