I'm using the following command - bower install angular-file-saver --save
, which has internal dependency on bower file-saver.js#~1.20150507.2. This dependency is not able to download as this is not available at this git url - https://github.com/Teleborder/FileSaver.js.git#~1.20150507.2.
It is showing the following error - ECMDERR Failed to execute "git ls-remote --tags --heads https://github.com/Teleborder/FileSaver.js.git", exit code of #128 fatal
. Clicking on that link gives me a 404 error.
I can use the command bower install FileSaver --save
and it downloads fine but it won't resolve for the dependency of bower install angular-file-saver
.