Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

node.js oracledb 1.11.0 install failure with node-gyp rebuild failed

User514049-OracleAug 27 2016 — edited Aug 30 2016

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.

This post has been answered by Christopher Jones-Oracle on Aug 28 2016
Jump to Answer

Comments

Post Details

Added on Aug 27 2016
3 comments
2,335 views