my version of node.js is 0.10.4 and my version of Os is Centos 5.9 and oracle is 11gR2 . when i want to connect to oracle with node.js , i use this article on this link https://github.com/mariano/node-db-oracle , when i want to install db-oracle with npm install db-oracle, the error in below is shown :
npm install db-oracle
npm http GET https://registry.npmjs.org/db-oracle
npm http 304 https://registry.npmjs.org/db-oracle
> db-oracle@0.2.3 install /opt/instantclient/node_modules/db-oracle
> node-waf configure build
sh: node-waf: command not found
> db-oracle@0.2.3 preuninstall /opt/instantclient/node_modules/db-oracle
> rm -rf build/*
npm ERR! weird error 127
npm ERR! not ok code 0
can any one help me ?