You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone [email protected]:forwarder/meteor-wizard-example.git
cd meteor-wizard-example
meteor run --port 5555
[[[[[ ~/scm/meteor-wizard-example ]]]]]
=> Started proxy.
=> Meteor 1.2.1: React and Angular support, ECMAScript 2015, new faster
build
system, and improvements to the Cordova integration for mobile apps.
This release is being downloaded in the background. Update your app to
Meteor 1.2.1 by running 'meteor update'.
=> Errors prevented startup:
While selecting package versions:
error: Potentially incompatible change required to top-level dependency:
forwarder:autoform-wizard 0.7.0, was 0.8.0.
Constraints on package "forwarder:autoform-wizard":
* forwarder:[email protected] <- forwarder:autoform-wizard-iron-router
0.1.0
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.
=> Started MongoDB.
With --allow-incompatible-update:
meteor run --port 5555 --allow-incompatible-update master
[[[[[ ~/scm/meteor-wizard-example ]]]]]
=> Started proxy.
=> Meteor 1.2.1 is available. Update this project with 'meteor update'.
=> Started MongoDB.
Changes to your project's package version selections:
forwarder:autoform-wizard downgraded from 0.8.0 to 0.7.0
pagebakers:ionicons removed from your project
=> Started your app.
=> App running at: http://localhost:5555/
Not sure what's the best way forward...
The text was updated successfully, but these errors were encountered:
MichaelJCole
changed the title
Example doesn't run...
Example has incompatible package issues
Nov 6, 2015
Hi, I just tried the example, but it doesn't run:
With --allow-incompatible-update:
Not sure what's the best way forward...
The text was updated successfully, but these errors were encountered: