原文:npm安裝依賴過程中報錯:Error: Can't find Python executable "python", you can set the PYTHON env variable

報錯場景:npm安裝依賴過程中,開始都很正常,最后報這個錯: Error: Can t find Python executable python , you can set the PYTHON env variable 截圖如下: 解決辦法: 安裝windows build tools 安裝node gyp 問題完美解決 本文感謝https: blog.csdn.net qq article ...

2020-10-20 15:10 0 17970 推薦指數:

查看詳情

Error: Can't find Python executable, you can set the PYTHON env variable.

該錯誤解決方案。 NodeJS安裝Npm包時出現錯誤: 大致意思是python沒有環境變量,但實際上已經安裝python也配置了環境變量,可就是解決不了。 如果遇到這種情況檢查一下python版本是不是3.x的。如果是,那就是版本導致的錯誤。卸載掉3.x安裝2.7的即可 ...

Wed Jul 19 22:04:00 CST 2017 0 12794
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM