Node.js 无法在RHEL 6中为我的nodejs应用程序安装jdbc模块

Node.js 无法在RHEL 6中为我的nodejs应用程序安装jdbc模块,node.js,npm,node-java,Node.js,Npm,Node Java,我一直在尝试在RHEL6中安装jdbc,但不断地得到改进 error Linux 4.1.17-22.30.amzn1.x86_64 9680 error argv "/opt/elasticbeanstalk/node-install/node-v4.3.0-linux-x64/bin/node" "/opt/elasticbeanstalk/node-install/node-v4.3.0-linux-x64/bin/npm" "--production" "install" 9681 er

我一直在尝试在RHEL6中安装jdbc,但不断地得到改进

error Linux 4.1.17-22.30.amzn1.x86_64
9680 error argv "/opt/elasticbeanstalk/node-install/node-v4.3.0-linux-x64/bin/node" "/opt/elasticbeanstalk/node-install/node-v4.3.0-linux-x64/bin/npm" "--production" "install"
9681 error node v4.3.0
9682 error npm  v2.14.12
9683 error code ELIFECYCLE
9684 error java@0.4.7 install: `node-gyp rebuild`
9684 error Exit status 1
9685 error Failed at the java@0.4.7 install script 'node-gyp rebuild'.
9685 error This is most likely a problem with the java package,
9685 error not with npm itself.
9685 error Tell the author that this fails on your system:
9685 error     node-gyp rebuild
我正在连接npm调试

当我在Windows7上尝试安装时,它运行得非常好

我被困在这上面好几天了。请帮忙

编辑:请在此处找到完整日志npm debug


nodejs log

您能发布当前发布之前的其他控制台输出吗?@mscdex我已经更新了日志@Sorry,我不是指
npm debug.log
,我指的是实际的控制台输出。后者实际上提供了错误的真正原因。@mscdex我正试图在aws eb中部署应用程序。我附上下载的日志。请只考虑上次生成错误,我在其他链接日志中没有看到相同的错误,所以我不能确定那个特定的错误。其他链接日志中的错误与开始脚本的执行有关,但找不到
package.json
文件,这是您定义此类脚本的地方。