If like me you work behind a firewall you may find Bower is unable to install packages. To enable this open up ‘GIT CMD’ and run:
git config --global url."https://".insteadOf git://
Then restart Visual Studio and retry.
If like me you work behind a firewall you may find Bower is unable to install packages. To enable this open up ‘GIT CMD’ and run:
git config --global url."https://".insteadOf git://
Then restart Visual Studio and retry.