问题:Can’t find Python executable “python2.7”, you can set the PYTHON env variable
首先网上百度了很多方法都不好使。如下 都不好使!
管理员权限运行cmd:
npm install --global --production windows-build-tools
npm install --python=python2.7
npm config set python python2.7
- npm报错python
- 本地安装了python2.7还是报错
- 主要就是执行这条命令
npm config set python F:\Python27\python.exe