yogiben / meteor-autoform-tags-toggle

Tags - Autoform custom input type
0 stars 5 forks source link

Update to latest autoforms and yogiben:autoform-modals #3

Open Konafets opened 8 years ago

Konafets commented 8 years ago
meteor add yogiben:autoform-tags-toggle                                          
 => Errors while adding packages:             

While selecting package versions:
error: Potentially incompatible change required to top-level dependency: aldeed:autoform 4.2.2, was 5.5.0.
Constraints on package "aldeed:autoform":
* aldeed:autoform@4.2.2 || 5.1.2 <- yogiben:autoform-modals 0.3.5
* aldeed:autoform@4.0.0 || 5.0.0 <- aldeed:autoform-bs-datetimepicker 1.0.6
* aldeed:autoform@4.0.7 <- yogiben:autoform-tags-toggle 0.0.1

Potentially incompatible change required to top-level dependency: yogiben:autoform-modals 0.3.5, was 0.3.6.
Constraints on package "yogiben:autoform-modals":

To allow potentially incompatible changes to top-level dependencies, you must pass --allow-incompatible-update on the
command line.
MichaelJCole commented 8 years ago

Hey @Konafets I saw you did this in your fork, is there an automated way to do it? Is it easy to PR back into this version?

Konafets commented 8 years ago

When looking at https://github.com/yogiben/meteor-autoform-tags-toggle/commit/9e1400a1f6999a510e963f59d3317b91141e904f, it looks like the issue is solved an can be closed or do you still getting the error?

MichaelJCole commented 8 years ago

@Konafets I still had the issue installing w/ Autoforms 5. I decided to use a different solution, so don't have much more information to offer.