I tried updating the meteor app from 0.8something to 0.9.1.1 and now
Failed to resolve the specified restrictions for this project: Error: Conflict: blaze@1.0.0 vs 2.0.0
I am not sure how to proceed. I try to run meteor list and meteor remove , but no matter which meteor command I run, I get this error.
The steps I took were
Updated to Meteor 0.9.1.1.
- run
mrt migrate-app
got some errors
Error: The version 1.2.11 of package roles has not yet been migrated Error: The version 1.2.0 of package accounts-meld has not yet been migrated Error: The version 2.4.13 of package kadira has not yet been migrated Error: The version 0.4.8 of package analytics has not yet been migrated Error: The version 2.1.0.2 of package momentjs has not yet been migrated Error: The version 1.0.2 of package subs-manager has not yet been migrated If you want to continue, remove the package(s) from smart.json, run `mrt install`, and try again. After you have successfully migrated, you can add them back but note: You will NOT receive further updates!. See https:
- removed these packages from smart.json and ran mrt install. no mistakes
- reran mrt migrate-app. There are no errors this time.
But now I can do nothing, because I always get an error
meteor list Figuring out the best package versions to use. This may take a moment. Refreshing package metadata. This may take a moment. Could not resolve the specified constraints for this project: Error: conflict: blaze@1.0.0 vs 2.0.0
Help fix the problem. Thanks.
meteor
landland
source share