DenoDDeno
Powered by
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
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
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Running node/npm scripts with Deno
isAdrisalIisAdrisal / help
7mo ago
Deno compatibility with local Node/NPM package
darksingeDdarksinge / help
7mo ago
Deno and `npm:mongodb` problem with `node:`?
abiAabi / help
3y ago
Different behaviour between Node and Deno with npm package
zingZzing / help
14mo ago