We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to update to a newer version of autoform and am stuck with these dependencies:
=> App running at: http://localhost:3000/ => Errors prevented startup: While selecting package versions: error: Potentially incompatible change required to top-level dependency: aldeed:autoform 5.3.2, was 4.2.2. Constraints on package "aldeed:autoform": * aldeed:[email protected] <- top level * aldeed:[email protected] || 5.0.0 <- cfs:autoform 2.2.1 * aldeed:[email protected] || 5.1.2 <- yogiben:autoform-modals 0.3.5 * aldeed:[email protected] || 5.0.0 <- aldeed:autoform-bs-datepicker 1.1.1 * aldeed:[email protected] || 5.0.0 <- aldeed:autoform-bs-datetimepicker 1.0.6 To allow potentially incompatible changes to top-level dependencies, you must pass --allow-incompatible-update on the command line.
The text was updated successfully, but these errors were encountered:
Try to run meteor --allow-incompatible-update.
meteor --allow-incompatible-update
Sorry, something went wrong.
No branches or pull requests
I am trying to update to a newer version of autoform and am stuck with these dependencies:
The text was updated successfully, but these errors were encountered: