I am using OSX 10.9.5 and getting the below error:
dyld: lazy symbol binding failed: Symbol not found: _OCIEnvCreate
Referenced from: /Users/Desktop/socket.io/node_modules/node-oracledb/build/Release/oracledb.node
Expected in: dynamic lookup
dyld: Symbol not found: _OCIEnvCreate
Referenced from: /Users/Desktop/socket.io/node_modules/node-oracledb/build/Release/oracledb.node
Expected in: dynamic lookup
Any ideas? This pops up on the require statement itself :
var oracledb = require('node-oracledb');