vue:关于gyp ERR! configure error gyp ERR! stack Error: Can‘t find Python executable “python“报错

2021/10/14 17:14:36

本文主要是介绍vue:关于gyp ERR! configure error gyp ERR! stack Error: Can‘t find Python executable “python“报错,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

报错日志:

gyp ERR! configure error gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.

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

解决方案:

输入cmd命令:

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

2.npm install --global node-gyp

注意事项: 这玩意不支持Python 3.0, 只能安装2.7

如果以上命令不报错,那么问题就OK 了。



这篇关于vue:关于gyp ERR! configure error gyp ERR! stack Error: Can‘t find Python executable “python“报错的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程