2016-09-30 105 views
0

我有多個錯誤時升運行命令NPM上窗戶安裝-g角-CLI 上午10 64位時。看看我的日誌多個錯誤NPM運行安裝-g角-CLI命令

npm ERR! git clone --template=C:\Users\ben\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror [email protected]:webpack/compression-webpack-plugin.git C:\Users\ben\AppData\Roaming\npm-cache\_git-remotes\git-github-com-webpack-compression-webpack-plugin-git-7e55907cd54a2e91b96d25a660acc6a2a6453f54-e286d0b5: undefined 
npm ERR! git clone --template=C:\Users\ben\AppData\Roaming\npm-cache\_git-remotes\_templates --mirror [email protected]:webpack/compression-webpack-plugin.git C:\Users\ben\AppData\Roaming\npm-cache\_git-remotes\git-github-com-webpack-compression-webpack-plugin-git-7e55907cd54a2e91b96d25a660acc6a2a6453f54-e286d0b5: undefined 
npm ERR! Windows_NT 10.0.10586 
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "-g" "angular-cli" 
npm ERR! node v6.2.0 
npm ERR! npm v3.8.9 
npm ERR! code ENOGIT 

npm ERR! not found: git 
npm ERR! 
npm ERR! Failed using git. 
npm ERR! This is most likely not a problem with npm itself. 
npm ERR! Please check if you have git installed and in your PATH. 

npm ERR! Please include the following file with any support request: 
npm ERR!  C:\Users\ben\npm-debug.log 
+0

你的日誌說'請檢查你是否安裝了git並且在你的PATH中。你呢? – blindstuff

+0

Git已安裝,並在我的路徑,仍然無法正常工作。從angular-cli網站git不是先決條件,我認爲git的compression-webpack-plugin.git存在一個錯誤。 – Bento

+0

這是您第一次安裝angular-cli還是安裝了早期版本? – Brocco

回答

0

您需要在計算機上安裝Git。所以,請按照以下步驟仔細檢查一切。它可以幫助你:已經安裝了Git的

,你需要添加 「C:\ Program Files文件\的Git \ cmd」 並「C:\ Program Files文件\的Git \塊」(安裝路徑)到系統路徑。(點擊開始菜單=>編輯系統環境變量)

  • 重新打開命令窗口(重要的一步)

  • 012在cmd窗口
  • 運行路徑命令,你應該看到的Git路徑

  • 安裝Cli時> NPM安裝-g角CLI

+0

我已經嘗試了所有安裝GIT並將其設置在系統路徑中,但仍然無法正常工作。 – Bento

0

@Bento當您在CMD窗口中執行命令路徑,你的路徑列表中是否有GIT? 你應該得到這樣的東西: enter image description here