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

Compatibility with Meteor 1.2 #91

Open
MartinBucko opened this issue Oct 1, 2015 · 1 comment
Open

Compatibility with Meteor 1.2 #91

MartinBucko opened this issue Oct 1, 2015 · 1 comment

Comments

@MartinBucko
Copy link

Same as mentioned here meteor-starter have problems with update:
yogiben/meteor-admin#277

Update to release METEOR@1.2.0.2 is impossible:
While selecting package versions:             
error: Conflict: Constraint less@1.0.11 is not satisfied by less 2.5.0_3.
Constraints on package "less":
* less@=2.5.0_3 <- top level
* less@2.5.0_2 <- yogiben:autoform-modals 0.3.8
* less@1.0.11 <- yogiben:autoform-file 0.2.9
* less@2.5.0_1 <- multiply:iron-router-progress 1.0.2
* less@2.5.0_1 <- accounts-ui 1.1.6
* less@2.5.0_1 <- accounts-ui-unstyled 1.1.8 <- accounts-ui 1.1.6
* less@1.0.8 <- user-thumbs 0.0.8
* less@1.0.11 <- comments 0.1.0
* less@1.0.11 <- favorites 0.0.4
* less@1.0.11 <- notifications 0.0.7
* less@1.0.0 || 2.5.0 <- yogiben:admin 1.2.3

Conflict: Constraint less@1.0.8 is not satisfied by less 2.5.0_3.
Constraints on package "less":
* less@=2.5.0_3 <- top level
* less@2.5.0_2 <- yogiben:autoform-modals 0.3.8
* less@1.0.11 <- yogiben:autoform-file 0.2.9
* less@2.5.0_1 <- multiply:iron-router-progress 1.0.2
* less@2.5.0_1 <- accounts-ui 1.1.6
* less@2.5.0_1 <- accounts-ui-unstyled 1.1.8 <- accounts-ui 1.1.6
* less@1.0.8 <- user-thumbs 0.0.8
* less@1.0.11 <- comments 0.1.0
* less@1.0.11 <- favorites 0.0.4
* less@1.0.11 <- notifications 0.0.7
* less@1.0.0 || 2.5.0 <- yogiben:admin 1.2.3

This project is at the latest release which is compatible with your current package
constraints.
Your top-level dependencies are at their latest compatible versions.

The following top-level dependencies were not updated to the very latest version available:
 * multiply:iron-router-progress 1.0.1 (1.0.2 is available)
 * yogiben:autoform-file 0.2.9 (1.0.1 is available)
 * yogiben:autoform-modals 0.3.6 (0.3.8 is available)

Newer versions of the following indirect dependencies are available:
 * meteorhacks:meteorx 1.0.2 (1.3.1 is available)
 * percolate:velocityjs 1.1.0 (1.2.1_1 is available)
 * softwarerero:accounts-t9n 1.0.9 (1.1.4 is available)
To update one or more of these packages, pass their names to `meteor update`.

Some workarounds or planed updates? Thanks for help!

@MartinBucko
Copy link
Author

I find solution to fix it after run meteor update on METEOR@1.1.0.2 ( it don't want run server for dependecies colisions)

  • diff your .meteor/packages file with same file in repo and save somever packages you have added before to your project clone (utilities:avatar is last line in repo file by my)
  • BACKUP folder .meteor out from project folder (specially .meteor/local/db - Mongo database folder!!)
  • remove all from .meteor folder (except ./meteor/local/db folder) and copy content .meteor/* from meteor-starter repo (same folder)
  • add missing diffed packages back to .meteor/packages file
  • add missing package useraccounts:iron-routing
  • run: meteor update --packages-only
  • now you can run meteor without problems

This is temporary solution we need still to update dependency packages.

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

1 participant