本文转载自CSDN-Error: Can’t find Python executable “python”, you can set the PYTHON env variable.解决办法
问题描述
Error: Can’t find Python executable “python”, you can set the PYTHON env variable
解决办法
- 安装windows-build-tools(管理员权限下Powershell)
$ npm install --global --production windows-build-tools
- 安装node-gyp
$ npm install --global node-gyp