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
When I execute require("devtron").install(), I get an error /Users/fengshuan/Desktop/workspace/mdnice-desktop/node_modules/devtron/api.js:6 Uncaught TypeError: Cannot read property 'BrowserWindow' of undefined at Object.exports.install
#211
Open
Cosen95 opened this issue
Nov 1, 2020
· 4 comments
wrapper the install function with setImmediate setImmediate(() => { require('devtron').install() })
but it still have other problem. the project is too old to satify the chrome extention rules. you need to edit source code to solve it
That caused by the electron.remote.BrowserWindow.getDevToolsExtensions was obsolete, I'm trying to post pull request[226] to fix this by trying to locate get/add/remove extension methods in [session] instead of BrowserWindow. #226
Also, to make sure it's working properly, you may also including the previous pull request from [fearlessfe] as below: #217
No description provided.
The text was updated successfully, but these errors were encountered: