npm install 报错 :stack Error: Can't find Python executable python
生活随笔
收集整理的這篇文章主要介紹了
npm install 报错 :stack Error: Can't find Python executable python
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
解決方法 :
1.?安裝python ,?設置環(huán)境變量 :cmd --> path='%path%';E:\Python27(pyhon本地安裝路徑)
2. npm config set python "E:\Python27\python.exe"
?
具體可訪問 :https://github.com/felixrieseberg/windows-build-tools/issues/56
?
轉載于:https://www.cnblogs.com/zengry/p/8044379.html
總結
以上是生活随笔為你收集整理的npm install 报错 :stack Error: Can't find Python executable python的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python模块: ConfigPars
- 下一篇: 随机生成一定范围的随机数