You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found and fixed a problem with symbolic link in lib/dependencies.sh that was causing cf push app -b [email protected]:theodo/nodejs-oracledb-buildpack.git to fail when trying to npm install oracledb. Here is the commit where I fixed it.
Now cf push app -b [email protected]: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.
Hi,
I found and fixed a problem with symbolic link in lib/dependencies.sh that was causing
cf push app -b [email protected]:theodo/nodejs-oracledb-buildpack.git
to fail when trying tonpm install oracledb
. Here is the commit where I fixed it.lakamsani@8f0a76e
Now
cf push app -b [email protected]: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.The text was updated successfully, but these errors were encountered: