0

在 nodejs 上安装 oracle 时出现错误。我正在按照本网站 ( https://github.com/joeferner/node-oracle ) 中编写的步骤进行操作,最后,“npm install oracle”不起作用。

我在名为“Project”的同一目录中下载了python2.7.8、visual studio express 2012 for desktop和instantclient(basic和sdk),并在我的笔记本电脑中设置了环境变量。

这是发生的错误。

C:\dev\Project>npm install oracle
npm WARN package.json Express-web-app@1.0.0 No description
npm WARN package.json Express-web-app@1.0.0 No repository field
npm WARN package.json fs@0.0.2 fs is also the name of a node core module.
npm WARN package.json fs@0.0.2 fs No description
npm WARN package.json fs@0.0.2 fs No repository field
-
> oracle@0.3.7 install C:\dev\Project\node_modules\oracle
> node-gyp rebuild


C:\dev\Project\node_modules\oracle>node "C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python2.7.8", you can set the PYTHON env variable.
gyp ERR! stack     at failNoPython (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:103:14)
gyp ERR! stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:64:11
enter code here
gyp ERR! stack     at Object.oncomplete (evalmachine.<anonymous>:107:15)
gyp ERR! System Windows_NT 6.2.9200
gyp ERR! command "node" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\dev\Project\node_modules\oracle
gyp ERR! node -v v0.10.32
gyp ERR! node-gyp -v v1.0.1
gyp ERR! not ok

npm ERR! oracle@0.3.7 install: 'node-gyp rebuild'
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the oracle@0.3.7 install script.
npm ERR! This is most likely a problem with the oracle package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls oracle
npm ERR! There is likely additional logging output above.
npm ERR! System Windows_NT 6.2.9200
npm ERR! command "C:\\Program Files\\nodejs\\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "oracle"

我不知道错误提示“找不到 python 可执行文件.....brr”的原因...

4

4 回答 4

1

尝试使用本教程设置 python 系统变量: http ://www.katsbits.com/tutorials/blender/python-path-variable.php

于 2014-10-22T08:07:51.653 回答
0

看起来你在 Windows 上运行。

如果可行,请在https://github.com/joeferner/node-oracle/issues/140#issuecomment-67266788上查看我的评论 。用这种方法让我的工作。但是,由于您没有使用 Ubuntu Server x64 14.10 LTS。

您可能需要将 /etc/environment 转换为 Windows 路径。

尝试在虚拟机上安装以在社区驱动的支持环境操作系统上运行节点应用程序。

如果您决定在 Ubuntu 上运行 Instantclient,我已使用本指南安装 Instantclient 和编译 oci8 https://help.ubuntu.com/community/PHPOracle

我为此做了一个要点。 https://gist.github.com/ChaosPower/e533c0542ad0def26cfb

如果它有效,请告诉我,如果没有,让我尝试复制你的。

于 2014-12-17T02:14:06.297 回答
0
npm install npm@install

它显示错误,因为您可能尚未安装 NPM 最新版本。

于 2022-02-21T10:16:31.753 回答
-1

不是对您的问题的直接回答,但如果您对 C# 感到满意,另一种选择是在进程内调用 .NET 并利用 .NET 成熟的数据库生态系统。在这里参考我的回答。

于 2015-10-08T04:11:39.387 回答