Vue安裝依賴報錯:checking for Python executable "python" in the PATH

鵬歌歌發表於2018-06-19

將vue專案程式碼複製到自己電腦上安裝依賴時報錯:

    checking for Python executable "python" in the PATH  
複製程式碼

用cnpm來安裝即可:

步驟:

  1. 安裝cnpm:

     npm install cnpm -g --registry=https://registry.npm.taobao.org  
    複製程式碼
  2. 用cnpm安裝依賴:

     cnpm install  複製程式碼

相關文章