I got simple node.js code that works ok on my laptop. This testing nodejs application just selects a row from a Db2 database in IBM Cloud. However, when I integrated the code and deploy to IBM cloud, it complains "Error during initialization: { Error: Cannot find module 'connect:db2'( or ibm_db )".
I think that the environment in IBM Cloud does not have the ibm_db installed, My question is what are steps to install ibm_db to IBM Cloud to get the application (actually it is an action of a package in IBM Cloud) working?