meteor-autoform-map icon indicating copy to clipboard operation
meteor-autoform-map copied to clipboard

Not compatible with AutoForm v6.0

Open RickvdP opened this issue 8 years ago • 3 comments

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:[email protected] <- 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.

RickvdP avatar Apr 03 '17 20:04 RickvdP

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

steven-tib avatar Jul 09 '17 11:07 steven-tib

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

normanhh3 avatar Aug 02 '17 01:08 normanhh3

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!

theavijitsarkar avatar Feb 21 '18 10:02 theavijitsarkar