未安装模块

时间:2018-12-09 17:15:23

标签: git npm

我执行以下命令:

 npm install --save @ng-select/ng-select

我得到了这个异常:

npm ERR! code ENOGIT
npm ERR! Error while executing:
npm ERR! undefined ls-remote -h -t ssh://git@github.com/angular/cdk-builds.git
npm ERR!
npm ERR! undefined
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\franc\AppData\Roaming\npm-cache\_logs\2018-12-09T17_06_39_769Z-debug.log

我刚刚安装了git,并将其放在我的路径变量C:\Program Files\Git\bin中。有什么问题吗?

1 个答案:

答案 0 :(得分:1)

好像您的路径中没有安装git,您可以在Windows安装期间进行设置。

要验证是否存在此问题,请打开Git-bash并从bash中执行命令


如何验证git是否在您的路径中?

运行git --version并确认找到git