Hi,
I found and fixed a problem with symbolic link in lib/dependencies.sh that was causing cf push app -b git@github.com:theodo/nodejs-oracledb-buildpack.git to fail when trying to npm install oracledb. Here is the commit where I fixed it.
lakamsani@8f0a76e
Now cf push app -b git@github.com:lakamsani/nodejs-oracledb-buildpack.git works.
Not sending a PR because I also changed manifest.xml to use just node 8.8.0 (removed all other node versions) and not everyone may want that part. Feel free to grab the symlink fix as I can confirm it fixed the issue with npm install oracledb. Here is the CF/IBM Cloud version I tested with.
{
"name": "Bluemix",
"build": "253033",
"support": "http://ibm.biz/bluemix-supportinfo",
"version": 0,
"description": "IBM Bluemix",
"authorization_endpoint": "https://login.ng.bluemix.net/UAALoginServerWAR",
"token_endpoint": "https://uaa.ng.bluemix.net",
"min_cli_version": null,
"min_recommended_cli_version": null,
"api_version": "2.75.0",
Hi,
I found and fixed a problem with symbolic link in lib/dependencies.sh that was causing
cf push app -b git@github.com:theodo/nodejs-oracledb-buildpack.gitto fail when trying tonpm install oracledb. Here is the commit where I fixed it.lakamsani@8f0a76e
Now
cf push app -b git@github.com:lakamsani/nodejs-oracledb-buildpack.gitworks.Not sending a PR because I also changed manifest.xml to use just node 8.8.0 (removed all other node versions) and not everyone may want that part. Feel free to grab the symlink fix as I can confirm it fixed the issue with
npm install oracledb. Here is the CF/IBM Cloud version I tested with.{ "name": "Bluemix", "build": "253033", "support": "http://ibm.biz/bluemix-supportinfo", "version": 0, "description": "IBM Bluemix", "authorization_endpoint": "https://login.ng.bluemix.net/UAALoginServerWAR", "token_endpoint": "https://uaa.ng.bluemix.net", "min_cli_version": null, "min_recommended_cli_version": null, "api_version": "2.75.0",