npm install 报错:Error: Can't find Python executable "python", you can set the PYTHON env variable 及解决办法 作者: Chuwen 时间: 2021-03-19 分类: JavaScript # 解决办法 > Windows 10 快速以管理员身份打开 PowerShel 方法:`Win + X`,然后按 `A` 键即可 使用 **管理员身份** 打开 `PowerShell`,然后运行以下命令即可: ```shell npm install --global --production windows-build-tools ``` 标签: Node.js, npm