我的 node.js 版本是 0.10.4 ,我的 Os 版本是 Centos 5.9 ,oracle 是 11gR2 。当我想用 node.js 连接到 oracle 时,我在这个链接https://github.com/mariano/node-db-oracle上使用这篇文章,当我想用 npm install db-oracle 安装 db-oracle时,下面的错误显示:
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
谁能帮我 ?