首页 > 编程语言 > 详细

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

时间:2019-08-31 18:10:33      阅读:74      评论:0      收藏:0      [点我收藏+]
在执行 yarn start时遇到问题, 最后一行提示
 Run `npm rebuild node-sass` to download the binding for your current environment.

 

于是按提示操作   输入命令  npm rebuild node-sass 的时候有时会遇到错误 

 

1 Error: Cant find Python executable "python", you can set the PYTHON env variable

 

导致安装部分包错误,于是百度找到了解决的办法

 

解决环境: Windows 7 64位操作系统 

1 cnpm install --global --production windows-build-tools

 

其他平台解决办法 https://github.com/nodejs/node-gyp

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

原文:https://www.cnblogs.com/it-Ren/p/11439905.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!