我执行以下命令:
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
中。有什么问题吗?
答案 0 :(得分:1)
好像您的路径中没有安装git,您可以在Windows安装期间进行设置。
要验证是否存在此问题,请打开Git-bash并从bash中执行命令
运行git --version
并确认找到git