oracle / node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.
http://oracle.github.io/node-oracledb/
Other
2.24k stars 1.07k forks source link

Add support for windows 11 arm64 #1534

Closed woderchen closed 1 year ago

woderchen commented 1 year ago

Hi I re-compiled project on new window 11 ARM64, got error as below, Error: NJS-045: cannot load a node-oracledb binary for Node.js 14.17.5 (win32 arm64)

would you please tell me the plan for windows arm64? or any way to fix it...

my envrioment: OS: windows 11 arm64 node v14.17.5 python v2.7.15

sharadraju commented 1 year ago

Pre-built node-oracledb binaries are available only for Windows 64-bit, Linux x86_64, and macOS (Intel x86) for now.

For other platforms, you would need to check if Oracle client libraries are supported in your Windows configuration and then build node-oracledb from source code, if Oracle client libraries are supported.

For more details, please check https://node-oracledb.readthedocs.io/en/latest/user_guide/installation.html#prerequisites

woderchen commented 1 year ago

I see, Thanks for your quickly feedback.