When using the velocity testing framework, the jasmine tests won't run. Instead, the following error prevents execution.
While selecting package versions:
error: Potentially incompatible change required to top-level dependency: yogiben:autoform-file 0.3.0, was 0.4.2.
Constraints on package "yogiben:autoform-file":
To allow potentially incompatible changes to top-level dependencies, you must pass --allow-incompatible-update on the command line.
Your application has errors. Waiting for file change.
When downgrading meteor-autoform-file to 0.3.0, the tests run, however, picture upload won't work anymore.
When using the velocity testing framework, the jasmine tests won't run. Instead, the following error prevents execution.
When downgrading meteor-autoform-file to 0.3.0, the tests run, however, picture upload won't work anymore.
meteor add yogiben:autoform-file@=0.3.0