bibleify-desktop
bibleify-desktop copied to clipboard
Support for Windows?
Wow, this looks great! But will it work on Windows? Electron is cross-platform, so it should, shouldn't it? I tried running it on Windows 10 (npm run dev
), and it seems to build fine, but all I get is a blank window and the following error in the dev console:
Uncaught Error: Cannot open C:\Users\cmmartti\Repositories\bibleify-desktop\lib\realm.node:
Error: %1 is not a valid Win32 application.
C:\Users\cmmartti\Repositories\bibleify-desktop\lib\realm.node
at Object.<anonymous> (bundle.js:6771)
at Object.<anonymous> (bundle.js:6772)
at __webpack_require__ (bundle.js:679)
at fn (bundle.js:89)
at Object.module.exports.module.deprecate (bundle.js:88356)
at __webpack_require__ (bundle.js:679)
at fn (bundle.js:89)
at Object.<anonymous> (bundle.js:88328)
at __webpack_require__ (bundle.js:679)
at fn (bundle.js:89)
I've never worked with Electron before so I have no idea what I'm looking at. I'd love to be able to use this on my PC. Is this possible?
I have same issue too.