码迷,mamicode.com
首页 > 编程语言 > 详细

Error: Can't find Python executable "python", you can set the PYTHON env variable.解决办法

时间:2019-01-04 14:37:45      阅读:1779      评论:0      收藏:0      [点我收藏+]

标签:sub   tar   global   版本   node   tab   blog   art   python环境   

错误原因:Node.js 在安装模块的时候报错,缺少python环境。

解决办法:

第一种方式:

安装Python及环境变量配置

一定要安装python2.7的版本

环境变量安装可以参考:http://blog.csdn.net/lyj_viviani/article/details/51763101

如果第一种方式不行,可以试试

第二种方式:

运行下面的代码:

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

Error: Can't find Python executable "python", you can set the PYTHON env variable.解决办法

标签:sub   tar   global   版本   node   tab   blog   art   python环境   

原文地址:https://www.cnblogs.com/hcx123/p/10219129.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!