安装gulp-converter-tjs时找不到Python可执行文件

时间:2017-11-26 08:04:25

标签: python node.js npm gulp

当我尝试安装gulp-converter-tjs时,我收到以下错误

使用 npm install -g gulp-converter-tjs

看起来我错过了python但是python.exe的路径是正确的。我甚至可以从我的cmd运行python命令,并且还设置了环境变量。 有什么建议吗?

  

C:\用户\ themhz \应用程序数据\漫游\ NPM \ node_modules \吞变换器-TJS \ node_modules \的iconv>如果   未定义npm_config_node_gy p(节点   “C:\用户\ themhz \应用程序数据\漫游\ NPM \ node_modules \ NPM \ BIN \节点-GYP槽.... \ node_modules \节点-GYP \ BIN \节点-GYP   .js“rebuild”else(节点“”rebuild)gyp ERR!配置错误gyp   呃! stack错误:找不到Python可执行文件   “C:\用户\ themhz \应用程序数据\本地\程序\ Python的\ Python36-32 \ python.exe   “,你可以设置PYTHON env变量.gyp ERR!stack at   PythonFinder.failNoPython   (C:\用户\ themhz \应用程序数据\漫游\ NPM \ node_modules \ NPM \ node_modules \节点 -   gyp \ lib \ configure.js:483:19)gyp ERR!在PythonFinder堆栈。   (C:\用户\ themhz \应用程序数据\漫游\ NPM \ node_modules \ NPM \ node_modules \节点克   yp \ lib \ configure.js:509:16)gyp ERR!堆栈在   C:\ Users \用户themhz \应用程序数据\漫游\ NPM \ node_modules \ NPM \ node_modules \优美-FS \ polyfills.js:284:29   gyp ERR!堆栈在FSReqWrap.oncomplete(fs.js:152:21)gyp ERR!系统   Windows_NT 10.0.15063 gyp ERR!命令“C:\ Program   文件\的NodeJS \ node.exe”   “C:\用户\ themhz \应用程序数据\漫游\ NPM \ node_modules \ NPM \点头   e_modules \ node-gyp \ bin \ node-gyp.js“”rebuild“gyp ERR!cwd   C:\ Users \用户themhz \应用程序数据\漫游\ NPM \ node_modules \吞变换器-TJS \ node_modules \的iconv   gyp ERR! node -v v8.9.1 gyp ERR! node-gyp -v v3.6.2 gyp ERR!不好   错误的ERR!代码ELIFECYCLE npm ERR!错误1 npm ERR! iconv@2.3.0   安装:node-gyp rebuild npm ERR!退出状态1 npm ERR!错误的ERR!   iconv@2.3.0安装脚本失败。错误的ERR!这可能是   不是npm的问题。可能有额外的日志输出   上方。

     

npm ERR!可以在以下位置找到此运行的完整日志:npm ERR!   C:\ Users \用户themhz \应用程序数据\漫游\ NPM-cache_logs \ 2017-11-25T15_20_09_146Z-的debug.log

我的机器正在运行 窗户10 npm -v 5.5.1 node -v v8.9.1 Python3

2 个答案:

答案 0 :(得分:6)

对于将来遇到此问题的人,您可以节省一些时间,让npm通过运行安装所有必要的程序:

npm install --global --production windows-build-tools

注意:您需要以管理员身份运行此命令

答案 1 :(得分:-1)

我安装了Python 2.7版本,然后安装了visual studio 2017社区版,以获得c ++和.net框架库。