Enable Visual Studio 2015 to download Bower packages
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.