I am experiencing an issue while installing IBM_DB module on Linux SUSE. Here is the detailed explanation of the issue.
My NodeJS API is using IBM_DB module. In my Windows machine, I am able to install the drivers without issues. So it is working fine in my local machine.
Now I need to deploy my API on linux OS (Linux SUSE version), there I am able to install express, http all other modules except ibm_db. While installing the ibm_db drivers, it is giving below errors.
I have tried with different node versions 0.12.7, 4.2.5, and latest version 5.5, but getting same error with any version.
Can someone please help me how can I resolve this issue? Can I use ibm_db module if someone has already downloaded it on different linux machine? Is there any location where I can download compressed file of ibm_db module?
10234 error argv "/home/praisons/node-v4.2.5-linux-x86/bin/node" "/home/praisons/node-v4.2.5-linux-x86/bin/npm" "install" "--save"
10235 error node v4.2.5
10236 error npm v2.14.12
10237 error code ELIFECYCLE
10238 error [email protected] install: `node installer/driverInstall.js`
10238 error Exit status 1
10239 error Failed at the [email protected] install script 'node installer/driverInstall.js'.
10239 error This is most likely a problem with the ibm_db package,
10239 error not with npm itself.
10239 error Tell the author that this fails on your system:
10239 error node installer/driverInstall.js
10239 error You can get their info via:
10239 error npm owner ls ibm_db
10239 error There is likely additional logging output above.