gpt4 book ai didi

node.js - 使用 npm 安装时找不到带有 node-gyp 重建的 python 可执行文件

转载 作者:太空宇宙 更新时间:2023-11-04 00:28:53 25 4
gpt4 key购买 nike

您好,当我尝试安装使用 sass 进行编译的先决条件时,出现以下错误:

$ npm install

> iltorb@1.0.13 install c:\gitrepo\PORT_BDL_BOOTSTRAP\node_modules\iltorb
> node-gyp rebuild

c:\gitrepo\PORT_BDL_BOOTSTRAP\node_modules\iltorb>if not defined npm_config_node_gyp (node "C:\Users\CTH\Desktop\bazar\nodejs\node\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )
else (node "" rebuild )
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack at failNoPython (C:\Users\CTH\Desktop\bazar\nodejs\node\node_modules\npm\node_modules\node-gyp\lib\configure.js:449:14)
gyp ERR! stack at C:\Users\CTH\Desktop\bazar\nodejs\node\node_modules\npm\node_modules\node-gyp\lib\configure.js:404:11
gyp ERR! stack at C:\Users\CTH\Desktop\bazar\nodejs\node\node_modules\npm\node_modules\graceful-fs\polyfills.js:264:29
gyp ERR! stack at FSReqWrap.oncomplete (fs.js:82:15)
gyp ERR! System Windows_NT 6.1.7601
gyp ERR! command "c:\\Users\\CTH\\Desktop\\bazar\\nodejs\\node\\node.exe" "C:\\Users\\CTH\\Desktop\\bazar\\nodejs\\node\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd c:\gitrepo\PORT_BDL_BOOTSTRAP\node_modules\iltorb
gyp ERR! node -v v5.6.0
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
bootstrap@4.0.0-alpha.5 c:\gitrepo\PORT_BDL_BOOTSTRAP
`-- grunt-contrib-compress@1.4.1
`-- lodash@4.17.4

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.0.17: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: iltorb@1.0.13 (node_modules\iltorb):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: iltorb@1.0.13 install: `node-gyp rebuild`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

我已经设置了 PYTHON 和 PYTHONPATH 变量,这不会改变任何东西。该问题与 node-gyp 重建有关,可能由于我的 python 可执行文件而无法正常工作。我使用 Windows 的 python 可移植版本,这可能与此有关吗?

我也尝试过但没有成功:

npm config set python C:\Users\CTH\Desktop\bazar\python\App\python.exe

最佳答案

所以经过一段时间的搜索,我想我找到了一个解决方案:我的 python 版本是 3.2.7 但似乎 node-gyp 只接受低于 3 的版本,所以我找到了 python 版本的可移植版本2.7.6.1 似乎解决了我的问题。

要编译,我必须使用此命令重建,因为代理似乎未通过:

node-gyp 重建 --proxy= http://proxy:8080

关于node.js - 使用 npm 安装时找不到带有 node-gyp 重建的 python 可执行文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41758429/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com