formly-js / angular-formly-templates-lumx

LumX Templates for Angular-Formly
https://af-lumx.herokuapp.com/
MIT License
35 stars 14 forks source link

Package Formly LumX=angular-formly-templates-lumx not found #19

Closed mattwoolnough closed 8 years ago

mattwoolnough commented 8 years ago

I'm not sure if this is an issue with bower or angular-formly-templates-lumx, but I thought i'd report in here first. I've installed the package with bower install angular-formly-templates-lumx which works fine. The next time I try to use bower, I get this error message: bower ENOTFOUND Package Formly LumX=angular-formly-templates-lumx not found I've got no idea how to fix this, I've resorted to pulling it from bower.json and including it statically for the time being.

ShMcK commented 8 years ago

Let's see if it's an issue with Bower first.

Try bower cache clean then re-install again with bower install --save.

mattwoolnough commented 8 years ago

I gave that a shot: It still seems to be occurring however.

Matthews-MacBook-Pro:aio-angular matt$ bower cache clean bower deleted Cached package angular: /Users/matt/.cache/bower/packages/ef2188def21eb1bbd1f1792311942a53/1.2.28 bower deleted Cached package angular: /Users/matt/.cache/bower/packages/ef2188def21eb1bbd1f1792311942a53/1.3.12 bower deleted Cached package angular: /Users/matt/.cache/bower/packages/ef2188def21eb1bbd1f1792311942a53/1.4.5 bower deleted Cached package angular: /Users/matt/.cache/bower/packages/ef2188def21eb1bbd1f1792311942a53/1.4.7 bower deleted Cached package angular: /Users/matt/.cache/bower/packages/ef2188def21eb1bbd1f1792311942a53/1.3.20 bower deleted Cached package angular: /Users/matt/.cache/bower/packages/ef2188def21eb1bbd1f1792311942a53/1.3.19 bower deleted Cached package angular: /Users/matt/.cache/bower/packages/ef2188def21eb1bbd1f1792311942a53/1.2.29 <---------snip---------> bower deleted Cached package Formly LumX: /Users/matt/.cache/bower/packages/681a740c06b1582c9c78458842849d97/1.5.2 bower deleted Cached package fancybox: /Users/matt/.cache/bower/packages/e133d938786254357ff17e553e5fa2b5/2.1.5 bower deleted Cached package Formly LumX: /Users/matt/.cache/bower/packages/681a740c06b1582c9c78458842849d97/2.0.4 bower deleted Cached package flag-icon-css: /Users/matt/.cache/bower/packages/b3a918007cb710d67071c1b8eda44d34/0.6.4 bower deleted Cached package angular-ui-bootstrap: /Users/matt/.cache/bower/packages/3012b4e5b5ce81b602c6ddf2d9eaa72f/0.13.4 bower deleted Cached package neat: /Users/matt/.cache/bower/packages/51d281d1355cf559a3cc07436e8e00dd/1.7.2 bower deleted Cached package angular-material: /Users/matt/.cache/bower/packages/377417698d9d317789b7caf2bdd848fa/0.10.1

Matthews-MacBook-Pro:aio-angular matt$ bower install angular-formly-templates-lumx --save bower not-cached git://github.com/formly-js/angular-formly-templates-lumx.git# bower resolve git://github.com/formly-js/angular-formly-templates-lumx.git# bower download https://github.com/formly-js/angular-formly-templates-lumx/archive/2.0.4.tar.gz bower extract angular-formly-templates-lumx#* archive.tar.gz bower resolved git://github.com/formly-js/angular-formly-templates-lumx.git#2.0.4 bower install Formly LumX#2.0.4

Formly LumX#2.0.4 client/source/vendor/Formly LumX ├── angular#1.3.20 ├── angular-aria#1.3.20 ├── angular-formly#7.2.3 ├── angular-messages#1.3.20 └── lumx#0.3.95 Matthews-MacBook-Pro:aio-angular matt$ Matthews-MacBook-Pro:aio-angular matt$

Matthews-MacBook-Pro:aio-angular matt$ bower install angular-sanitize bower not-cached git://github.com/angular/bower-angular-sanitize.git# bower resolve git://github.com/angular/bower-angular-sanitize.git# bower download https://github.com/angular/bower-angular-sanitize/archive/v1.4.7.tar.gz bower extract angular-sanitize#* archive.tar.gz bower resolved git://github.com/angular/bower-angular-sanitize.git#1.4.7 bower ENOTFOUND Package Formly LumX=angular-formly-templates-lumx not found

ShMcK commented 8 years ago

Try it again briefly. It seems I had changed the name inside bower.json, everything should work once the registry is updated.

mattwoolnough commented 8 years ago

Just tried it & looks to be working properly. Thanks for addressing so quickly!