Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

dependency repository causes bower install to give EHTTP #23

Open
shadiakiki1986 opened this issue Oct 29, 2016 · 1 comment
Open

dependency repository causes bower install to give EHTTP #23

shadiakiki1986 opened this issue Oct 29, 2016 · 1 comment

Comments

@shadiakiki1986
Copy link

shadiakiki1986 commented Oct 29, 2016

bower install angular-ui-chart throws a 401 http error because its below dependency repository no longer exists

https://bitbucket.org/cleonello/jqplot/downloads/jquery.jqplot.1.0.8r1250.tar.gz#

Instead, I am looking at using the fork grekpe/ui-chart

Edit: the above fork did not help as it also requested the same inexistant URL.

@shadiakiki1986
Copy link
Author

shadiakiki1986 commented Oct 31, 2016

The problem was that this is still in the tag v0.0.1. So basically, just installing the tip of the master branch solved my problem, i.e.

bower install angular-ui-chart#master --save

Perhaps a new tag v0.0.2 is in order?
Also #18 seems related to this.

I'm not sure if this repository is stale. Anyway, I made a fork with some tweaks to get the tests to pass locally and on travis, with updated dependencies, and added tag v0.0.2. For anyone coming across this and wanting to use it: bower install --save https://github.com/shadiakiki1986/ui-chart.git

Otherwise, I can make a PR if I get some feedback on it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant