Search code examples
node.jsredhatnode-oracledb

node-oracledb package does not install on Redhat VM


Good day geeks

I have been trying to run "npm install" on my node.js application which was developed on a windows machine and deployed on a Linux VM. The application interfaces with an Oracle DB. All modules do get installed except for the oracledb package. This is the error i am getting. enter image description here

node version: 8.11.3,

npm version: 5.6.0,

Linux version: Red Hat Enterprise Linux Server release 7.4 (Maipo)

Note: All proxy and firewall settings have been opened

Anything i might have missed?


Solution

  • The VM network was blocking installations from the oracle Db repository