I'm doing a Pluralsight course(https://www.pluralsight.com/courses/asp-dot-net-core-understanding) and in the first example the teacher tells to install the package "startboostrap-sb-admin-2", that's here: https://github.com/IronSummitMedia/startbootstrap-sb-admin-2.git
I'm trying to install it in Visual Studio 2015 like he says, but I get this error in the console:
PATH=.\node_modules\.bin;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Web\External;%PATH%;C:\Program Files (x86)\Microsoft Visual Studio 14.0\Web\External\git
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Web\External\Bower.cmd" install startbootstrap-sb-admin-2#1.0.8 --force-latest --save
bower startbootstrap-sb-admin-2#1.0.8 not-cached https://github.com/IronSummitMedia/startbootstrap-sb-admin-2.git#1.0.8
bower startbootstrap-sb-admin-2#1.0.8 resolve https://github.com/IronSummitMedia/startbootstrap-sb-admin-2.git#1.0.8
bower startbootstrap-sb-admin-2#1.0.8 ENORESTARGET No tag found that was able to satisfy 1.0.8
Additional error details:
No versions found in https://github.com/IronSummitMedia/startbootstrap-sb-admin-2.git
I never worked with Bower before, so I'm a litte lost here.
Any ideas? Thanks.