Error:Can‘t find Python executable“python“npm安装报错解决办法

今天爱分享给大家带来Error:Can‘t find Python executable“python“npm安装报错解决办法,希望能够帮助到大家。
npm安装依赖过程中,开始都很正常,最后报这个错:
Error: Can’t find Python executable “python”, you can set the PYTHON env variable

Error:Can‘t find Python executable“python“npm安装报错解决办法

解决方案:
1、安装windows-build-tools


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

在这里有一个坑:在执行第一个语句的时候他会卡在

Error:Can‘t find Python executable“python“npm安装报错解决办法

这里可以换一个语句


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

2、安装node-gyp


npm install --global node-gyp

人已赞赏
Python

Python ERROR:argument of type‘datetime.date‘is not iterable【解决办法】

2021-6-25 11:31:38

PythonSEO优化

宝塔Centos7安装python3运行脚本和添加定时任务运行python脚本[图文教程]

2021-7-8 13:08:48

'); })();