Skip to content
New issue

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

Example has incompatible package issues #4

Open
MichaelJCole opened this issue Nov 6, 2015 · 1 comment
Open

Example has incompatible package issues #4

MichaelJCole opened this issue Nov 6, 2015 · 1 comment

Comments

@MichaelJCole
Copy link

Hi, I just tried the example, but it doesn't run:

git clone git@github.com: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:autoform-wizard@0.7.0 <- 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...

@MichaelJCole MichaelJCole changed the title Example doesn't run... Example has incompatible package issues Nov 6, 2015
@ababra
Copy link

ababra commented Oct 2, 2016

Had the same issue, run the following inside of the project directory:

meteor update
meteor update --all-packages
meteor reset

Tested with Meteor v1.4.1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants