npm cannot find Python executable python
祈雨的笔记
·
2018-12-06
·
via 祈雨的笔记
描述
执行npm install时报错:
1
| gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
|
解决
1
| npm --add-python-to-path='true' --debug install --global windows-build-tools
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。