iron-meteor/iron-controller

Can't update to 1.0.0

Closed this issue · 2 comments

I tried to update to iron:router@1.0.0 but it fails, related to iron:controller.
So I tried to update it individually, whcih failed too. So I set up this test project:

$ meteor create ic-update
ic-update: created.                           

To run your new app:                          
   cd ic-update
   meteor
$ cd ic-update/
/ic-update$ meteor add iron:controller@1.0.0
Could not satisfy all the specified constraints:
Error: conflict: constraints on iron:controller cannot be satisfied.
Constraints come from:
  <top level>

The commands you listed work here...

Oh, found it now. I had a local copy of iron-controller where I had been playing around with, so the package catalog updated, but used the outdated local clone instead. Sorry, closing.