getstation / electron-process-manager

Process manager UI for Electron applications
188 stars 40 forks source link

Window opens up blank in Electron 5.0 #17

Closed grantcv1 closed 5 years ago

grantcv1 commented 5 years ago

The problem is that nodeIntegration defaults to false in Electron 5.0. Setting nodeIntegration to true in the webPreferences option when constructing the ProcessManagerWindow (extending BrowserWindow) seems to rectify that problem.

hugomano commented 5 years ago

https://github.com/getstation/electron-process-manager/pull/18

hugomano commented 5 years ago

@grantcv1 fixed with v0.7.1 😄