首页 > 编程语言> > vue:关于gyp ERR! configure error gyp ERR! stack Error: Can‘t find Python executable “python“报错
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 了。
标签:ERR,Python,python,报错,gyp,-- 来源: https://blog.csdn.net/qq_42599451/article/details/107244220