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

- 日理万妓 2023-02-25 02:16 108阅读 0赞

报错日志:

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 了。

发表评论

表情:
评论列表 (有 0 条评论,108人围观)

还没有评论,来说两句吧...

相关阅读