yogiben / meteor-autoform-map

Google maps input for Meteor Autoform
25 stars 42 forks source link

Not compatible with AutoForm v6.0 #50

Open RickvdP opened 7 years ago

RickvdP commented 7 years ago

It looks like the package is - unfortunately - not compatible with AutoForm v6.0, at least dependecy wise.

$ meteor add yogiben:autoform-map
 => Errors while adding packages:

While selecting package versions:
error: Potentially incompatible change required to top-level dependency: aldeed:autoform 5.8.1, was 6.0.0.
Constraints on package "aldeed:autoform":
* aldeed:autoform@5.6.0 <- yogiben:autoform-map 0.2.0

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

Any progress on this? or did anyone already tried to allow incompatible updates?

normanhh3 commented 7 years ago

Looks like PR's are going unnoticed as well. Does anyone know of a more recent fork?

theavijitsarkar commented 6 years ago

There is a work around

1>Create a folder /client/autoform 2>Copy three files from this repo's lib/client and past into your /client/autoform

Done!