Error: Can't find Python executable "python", you can set the PYTHON env variable
截图如下:
解决办法:
1、安装windows-build-tools
npm install --global --production windows-build-tools
2、安装node-gyp
npm install --global node-gyp
问题完美解决!
本文感谢https://blog.csdn.net/qq_39165556/article/details/94590365的分享