I am trying to install node-oracledb package as I wanted to connect to an Oracle database in my node.js app. However, the installation fails all the time. As I learnt by going through the error messages the cause would be the unavailability of pre-built binary for Node v9.20. However, I cannot install the Python and compile the source code as I am in a controlled environment and is bit hard to install Python.
Is there an easy way to address this issue?
The error message is,
node package/oracledbinstall.js
oracledb Beginning installation
oracledb ERR! NJS-054: Binary build/Release/oracledb.node was not installed.
oracledb ERR! Pre-built binary packages are not available for Node.js v9.2.0 (NODE_MODULE_VERSION="59")
oracledb ERR! Failed to install binary package oracledb-v3.0.1-node-abi59-win32-x64.gz
oracledb ERR! self signed certificate in certificate chain
oracledb ERR! For help see https://oracle.github.io/node-oracledb/INSTALL.html#troubleshooting