node-db-oracle icon indicating copy to clipboard operation
node-db-oracle copied to clipboard

error while " npm install db-oracle "

Open saeedsh110 opened this issue 12 years ago • 3 comments

hi my os is centos 5.9 and my version of oracle database 11gR2 and my version of node.js 0.10.6. i use your article , when i want to install db-oracle , the error is shown : npm install db-oracle npm http GET https://registry.npmjs.org/db-oracle npm http 304 https://registry.npmjs.org/db-oracle

[email protected] install /opt/instantclient/node_modules/db-oracle node-waf configure build

sh: node-waf: command not found

[email protected] preuninstall /opt/instantclient/node_modules/db-oracle rm -rf build/*

npm ERR! weird error 127 npm ERR! not ok code 0

i want to use this version of node , not using 0.6.4 . do you have any solution ?

saeedsh110 avatar Oct 12 '13 09:10 saeedsh110

I have the same problem

indapublic avatar Oct 16 '14 11:10 indapublic

I had similar problems 2 years ago. The author has not updated this package in that two years- I'd say this repo needs a new maintainer.

SyntaxRules avatar Oct 16 '14 15:10 SyntaxRules

Needs new binding.gyp to be compatible to newer versions of node. node-waf is deprecated.

shashdr avatar Dec 22 '14 17:12 shashdr