Ivan Vilanculo
Ivan Vilanculo

Reputation: 668

Bower install command errors

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.

Screenshot of CMD running bower install

Environment

OS: Win 10 Pro

npm: 2.11.3

Bower: 1.7.7

Upvotes: 0

Views: 71

Answers (1)

Raulucco
Raulucco

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

Related Questions