mawie81 / electron-oauth2

A library to handle OAuth2 authentication for your Electron app.
MIT License
99 stars 56 forks source link

BrowserWindow is not a constructor(…) #15

Closed jzeni closed 7 years ago

jzeni commented 7 years ago

Hi, I am getting this error, and I am very lost since a few days:

Uncaught (in promise) TypeError: BrowserWindow is not a constructor(…) Index.js:35

I would appreciate any help.

johnf commented 7 years ago

@jzeni try using a branch which has #11 in it

jzeni commented 7 years ago

It worked!. Thank you.

Sorry for the delay.