npm install shows error with git not found

You need to install git in your machine to have it working.

undefined ls-remote -h -t ssh://[email protected]/eligrey/FileSaver.js.git

it should have been

git ls-remote -h -t ssh://[email protected]/eligrey/FileSaver.js.git

There is error related to git path. check this ls-remote command

Leave a Comment