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

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

时间:2020-06-20 11:06:29      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:nbsp   error:   build   get   python   nodejs   node   了解   平台   

 
在执行 yarn start时遇到问题, 最后一行提示
 Run `npm rebuild node-sass` to download the binding for your current environment.

 

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

 

1 Error: Can‘t 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

标签:nbsp   error:   build   get   python   nodejs   node   了解   平台   

原文地址:https://www.cnblogs.com/onesea/p/13167563.html

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