將vue專案程式碼複製到自己電腦上安裝依賴時報錯:
checking for Python executable "python" in the PATH
複製程式碼
用cnpm來安裝即可:
步驟:
-
安裝cnpm:
npm install cnpm -g --registry=https://registry.npm.taobao.org 複製程式碼
-
用cnpm安裝依賴:
cnpm install 複製程式碼
將vue專案程式碼複製到自己電腦上安裝依賴時報錯:
checking for Python executable "python" in the PATH
複製程式碼
用cnpm來安裝即可:
步驟:
安裝cnpm:
npm install cnpm -g --registry=https://registry.npm.taobao.org
複製程式碼
用cnpm安裝依賴:
cnpm install 複製程式碼