I tried installing node.js with proper Python version. I am running into this issue:
362 verbose stack Error: oracledb@1.11.0 install: `node-gyp rebuild`
362 verbose stack Exit status 1
362 verbose stack at EventEmitter.<anonymous> (/scratch/mardhana/node/node-v6.3.1-linux-x64/lib/node_modules/npm/lib/utils/lifecycle.js:242:16)
362 verbose stack at emitTwo (events.js:106:13)
362 verbose stack at EventEmitter.emit (events.js:191:7)
362 verbose stack at ChildProcess.<anonymous> (/scratch/mardhana/node/node-v6.3.1-linux-x64/lib/node_modules/npm/lib/utils/spawn.js:40:14)
362 verbose stack at emitTwo (events.js:106:13)
362 verbose stack at ChildProcess.emit (events.js:191:7)
362 verbose stack at maybeClose (internal/child_process.js:852:16)
362 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:215:5)
363 verbose pkgid oracledb@1.11.0
I am using node.js 6.3.1.
There are lots of reference node-gyp rebuild failure but nothing helped in my case. I will appreciate any pointers.