meteor-autoform-map
meteor-autoform-map copied to clipboard
Not compatible with AutoForm v6.0
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.
Any progress on this? or did anyone already tried to allow incompatible updates?
Looks like PR's are going unnoticed as well. Does anyone know of a more recent fork?
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!