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
I'm posting an issue since I can't find a way to resolve this.
Everything is installed find but when I want to use gphoto2 the module can't find the right file.
I'm working on a
MacOS 12
Apple Silicon M1 max.
With
Nodejs 12
I've already search on the known and resolved issues.
Thanks you!
Uncaught Error: dlopen(/Users/.../node_modules/gphoto2/build/Release/gphoto2.node, 0x0001): tried: '/Users/.../node_modules/gphoto2/build/Release/gphoto2.node' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/usr/local/lib/gphoto2.node' (no such file), '/usr/lib/gphoto2.node' (no such file)
at process.func [as dlopen] (node:electron/js2c/asar_bundle:5)
at Object.Module._extensions..node (node:internal/modules/cjs/loader:1199)
at Object.func [as .node] (node:electron/js2c/asar_bundle:5)
at Module.load (node:internal/modules/cjs/loader:988)
at Module._load (node:internal/modules/cjs/loader:829)
at Function.c._load (node:electron/js2c/asar_bundle:5)
at Function.o._load (node:electron/js2c/renderer_init:33)
at Module.require (node:internal/modules/cjs/loader:1012)
at require (node:internal/modules/cjs/helpers:94)
at Object.<anonymous> (/Users/Edouard/Desktop/Aika/aika/node_modules/gphoto2/index.js:1)
The text was updated successfully, but these errors were encountered:
I'm posting an issue since I can't find a way to resolve this.
Everything is installed find but when I want to use gphoto2 the module can't find the right file.
I'm working on a
With
I've already search on the known and resolved issues.
Thanks you!
The text was updated successfully, but these errors were encountered: