Addepar / ember-charts

https://opensource.addepar.com/ember-charts/
Other
784 stars 131 forks source link

Not published to npm? #114

Closed angusfretwell closed 8 years ago

angusfretwell commented 8 years ago

I get the following error when trying to install with ember install ember-charts:

Registry returned 404 for GET on https://registry.npmjs.org/ember-charts

Seems like the addon hasn't yet been published to npm? I can install it fine with ember install Addepar/ember-charts.

By the way, thanks for updating this plugin! Made my week :smile:

mellatone commented 8 years ago

+1 on ember install:addon ember-charts for older versions of cli

derekbrown commented 8 years ago

@mellatone @angusfretwell Is this resolved as of now? https://registry.npmjs.org/ember-charts and https://www.npmjs.com/package/ember-charts indicate it as published.

Glad that the project has made your week! Looking forward to your pull requests! ;)

cyril-sf commented 8 years ago

@jordansmith42 fixed this!

https://www.npmjs.com/package/ember-charts

mellatone commented 8 years ago

@cyril-sf Awesome, thank you!