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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
project built on ubuntu 18 x64 for raspbios armv7l with keytar v7.7.0.
upon execution:
A JavaScript error occurred in the main process
Uncaught Exception:
Error: /usr/lib/project/resources/app/node_modules/keytar/build/Release/keytar.node: wrong ELF class: ELFCLASS64
at process.func [as dlopen] (electron/js2c/asar_bundle.js:5:1846)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:1138:18)
at Object.func [as .node] (electron/js2c/asar_bundle.js:5:1846)
at Module.load (internal/modules/cjs/loader.js:935:32)
at Module._load (internal/modules/cjs/loader.js:776:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Module.require (internal/modules/cjs/loader.js:959:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (/usr/lib/project/resources/app/node_modules/keytar/lib/keytar.js:1:14)
at Module._compile (internal/modules/cjs/loader.js:1078:30)
The text was updated successfully, but these errors were encountered:
my project/node_modules/keytar/bin only includes a linux-x64-89 directory. being sort of a newb, im not sure how im supposed to acquire and include binaries for other platforms and architectures?
project built on ubuntu 18 x64 for raspbios armv7l with keytar v7.7.0.
upon execution:
The text was updated successfully, but these errors were encountered: