ui-chart icon indicating copy to clipboard operation
ui-chart copied to clipboard

dependency repository causes bower install to give EHTTP

Open shadiakiki1986 opened this issue 9 years ago • 1 comments

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 avatar Oct 29 '16 06:10 shadiakiki1986

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 https://github.com/angular-ui/ui-chart/issues/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

shadiakiki1986 avatar Oct 31 '16 08:10 shadiakiki1986