Reputation: 668
Hi i cant use bower install command, it always tries to resolve ngTour and i cant figure out what is happening! Here is a screenshot of my CMD output.
Environment
OS: Win 10 Pro
npm: 2.11.3
Bower: 1.7.7
Upvotes: 0
Views: 71
Reputation: 3426
Url for the repo is https://github.com/hanselsen/ngTour.git
not https://github.com/hanselsen/ngTour-ng-route.git
so change it on your bower.json
by: bower install 'https://github.com/hanselsen/ngTour.git'
. You might want to remove it from that file before.
Upvotes: 1