Gabriel RubensJul 26
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:
- Update your project with “meteor update”;
- Verify the versions of your package dependencies and replace for the lastest versions of then.