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

將vue項目代碼複製到本身電腦上安裝依賴時報錯:vue

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

用cnpm來安裝便可:python

步驟:npm

  1. 安裝cnpm:spa

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

    cnpm install  複製代碼
相關文章
相關標籤/搜索