You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
electron-remote creates a BrowserWindow in renderer_require.js that needs the option webPreferences: {nodeIntegration: true}, in order to work with Electron 5 where nodeIntegration is off by default.
The text was updated successfully, but these errors were encountered:
electron-remote
creates a BrowserWindow in renderer_require.js that needs the optionwebPreferences: {nodeIntegration: true}
, in order to work with Electron 5 wherenodeIntegration
is off by default.The text was updated successfully, but these errors were encountered: