domingo, 26 de julho de 2015

Meteor package development: “Error: inconsistent dependency constraint across unibuilds?”

If you are stucked trying to run your meteor app or trying to run a “meteor add my:package” and are getting the inconsistent dependency constraint you should try:
  1. Update your project with “meteor update”;
  2. Verify the versions of your package dependencies and replace for the lastest versions of then.