原文:npm i 報錯Can't find Python executable "python2.7", you can set the PYTHON env variable

前言 從github上下載的項目,vscode中使用npm i安裝依賴的時候報錯Can t find Python executable python . , you can set the PYTHON env variable。 在網上找了很多解決方法,包括但不限於這些,但都不好使 第一種: 第二種: 第三種: 安裝Python及環境變量配置:http: blog.csdn.net lyj v ...

2020-09-27 17:09 0 2396 推薦指數:

查看詳情

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