报错日志:
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 了。