Skip to content

Example has incompatible package issues #4

@MichaelJCole

Description

@MichaelJCole

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions