Closed mciparelli closed 8 years ago
Leaving a comment to get notices when this is resolved. Would've loved to use this but can't for there is no browser-window
.
@mciparelli , @black-snow, Thank you for the issue!
browser-window
is a core Electron module, and not an npm package, so it should not be listed in package.json deps.
However, recent electron releases has changed way browser-window
should be required (it's now a property of electron
core module).
Please check out version 2.0 where I fixed this issue and also removed some deprecated argument in API...
You're attempting to use a
browser-window
dependency not specified inpackage.json
so this library cannot be used because of this dependency not being found. Nice work though! I like how you abstracted signin for electron apps.