Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Troubles with bower feed
-
I added a bower feed with a git repo.
Then I setup the registry in my .bowerrc as "http://localhost:81/bower/bower"
(“bower” is the name of the feed)
But when I run
bower install
I get the error 503:D:\Work\R-n-D\samples\WebApplication5\Client>bower install croc.webClient --debug bower EINVRES Request to http://localhost:81/bower/bower/packages/croc.webClient failed with 503
What can be wrong?
The git-repo I specified for the feed is being used already as a bower repo (so it works).
Product: ProGet
Version: 3.5.5
-
A 503 normally only happens if the ProGet web application isn't running. Are you able to go to the URL http://localhost:81/bower/bower/packages/croc directly from your browser?
-
Yes,
http://localhost:81/bower/bower/packages/croc.webClient
returns a good json:{"name":"croc.webClient","url":"http://myrepo/webclient-dist.git","hits":0}