TibbsT
Denoβ€’2y agoβ€’
4 replies
Tibbs

Deno loading NPM module oracledb .node files with incorrect architecture

Hi team, I'm working to get Deno using the oracledb NPM module locally, v6.5.1 (latest), and when initializing the library in "thick client mode", the module loader is incorrectly trying to load in the arm64 *.node files locally instead of the darwin-x86.node version, even though my terminal is configured to run in x86 mode with "env /usr/bin/arch -x86_64 /bin/zsh --login" which is how I got it working in NodeJS. NodeJS correctly pulls in the darwin-x86.node version, but I don't see any way to run Deno in x86-64 mode, even though my terminal is in that mode. Any ideas?

Thanks!
Screenshot_2024-06-30_at_11.49.14_PM.png
Was this page helpful?