fmaturel / angular-weekly-scheduler

A weekly scheduler for angularjs
http://www.dijit.fr/demo/angular-weekly-scheduler
MIT License
56 stars 47 forks source link

bower installation ENOTFOUND #1

Closed derrandz closed 8 years ago

derrandz commented 8 years ago

When trying to install the package from bower, I get

$ bower                        ENOTFOUND Package angular-weekly-scheduler not found
fmaturel commented 8 years ago

Hi ! Are you missing the "r" at the end of "angular-weekly-scheduler"?

derrandz commented 8 years ago

No, I apologize for making such typo in the issue but no.

fmaturel commented 8 years ago

OK, I certainly forgot to publish the latest version in bower registry. I'll be able to correct that next week. Can you use npm "npm install" command instead in the meantime ?

derrandz commented 8 years ago

Thank you, I just would like you to not close this until you publish it, as to add it to my bower.json file so that in production we miss on nothing.

PS: Where can I find weeklySchedulerI18N

fmaturel commented 8 years ago

I won't close the issue until it is resolved. 'weeklySchedulerI18N' is packaged in the distribution js file in 'dist'. Just add it to the list of angular modules you use and it should be fine.

fmaturel commented 8 years ago

I've registered the package with command bower register angular-weekly-scheduler git://github.com/fmaturel/angular-weekly-scheduler. This should make it available to bower.

derrandz commented 8 years ago

All cool now! Thank you

screenshot from 2016-08-22 10-00-24