Got error
npm ERR! code ENOGIT
npm ERR! Error while executing:
npm ERR! undefined ls-remote -h -t ssh://git@github.com/eligrey/FileSaver.js.git
npm ERR!
npm ERR! undefined
npm ERR!在$ PATH中找不到git二进制文件 npm ERR! npm ERR!使用git失败。 npm ERR!请检查您是否已安装git并在PATH中。
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\sweta.sharma\AppData\Roaming\npm-cache\_logs\2020-01-24T06_47_16_940Z-debug.log
答案 0 :(得分:0)
您似乎没有安装GIT或尚未将其添加到路径中。
第一个解决方案是安装git。
如果已安装,请尝试将其添加到您的路径中,然后重新启动终端:
好像您在Windows上一样,
在Windows搜索框中输入环境变量
选择“编辑系统环境变量”
单击窗口底部的环境变量
然后在“系统变量”下查找路径变量,然后单击“编辑”
将目录路径添加到git的bin中:
;C:\Program Files (x86)\Git\bin
(请注意:您的安装路径可能不同,因此请先确认其安装位置)