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

执行 npm install 命令的时候有时会遇到错误 Error: Can t find Python executable python , you can set the PYTHON env variable 解决方案: 执行命令 npm install global production windows build tools ...

2019-08-25 15:23 0 6118 推荐指数:

查看详情

Error: Can't find Python executable, you can set the PYTHON env variable.

该错误解决方案。 NodeJS安装Npm包时出现错误: 大致意思是python没有环境变量,但实际上已经安装了python也配置了环境变量,可就是解决不了。 如果遇到这种情况检查一下python版本是不是3.x的。如果是,那就是版本导致的错误。卸载掉3.x安装2.7的即可解决 ...

Wed Jul 19 22:04:00 CST 2017 0 12794
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM