我无法安装webpack-cli

时间:2018-03-03 06:12:41

标签: webpack

我正在尝试以下方法:

npm i --save-dev webpack-cli

但是,出现了以下错误:

npm ERR! code ENOGIT
npm ERR! No git binary found in $PATH
npm ERR!
npm ERR! Failed using git.
npm ERR! Please check if you have git installed and in your PATH.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Goran\AppData\Roaming\npm-cache\_logs\2018-03-03T06_07_52_
323Z-debug.log

如何安装webpack-cli?

1 个答案:

答案 0 :(得分:0)

错误不言自明。

您需要在系统中安装git。 还要确保在环境路径中设置它。

您可能需要重新启动命令提示符/终端,以便找到git程序。