I am trying to install angularjs
using bower in OSX el-captain
. When I run bower install, it outputs a few lines like:
bower cached git://github.com/twbs/bootstrap.git#3.3.6
bower validate 3.3.6 against git://github.com/twbs/bootstrap.git#*
but then becomes stuck. I tried the verbose option as well, in the hope that I will get more information but the output remains the same.
Any ideas why it is getting stuck??
Thanks.