I understand that iron-router uses blaze-layout as dependency, but why the other way around? Isn't this a mistake?
$ mrt create myProject
myProject: created.
To run your new app:
cd myProject
meteor
$ cd myProject/
$ mrt add blaze-layout
✓ blaze-layout
tag: https://github.com/EventedMind/blaze-layout.git#v0.2.5
Done installing smart packages
Stand back while Meteorite does its thing
Done installing smart packages
Ok, everything's ready. Here comes Meteor!
=> Errors while scanning packages:
While building package `blaze-layout`:
error: no such package: 'iron-router'
I understand that
iron-routerusesblaze-layoutas dependency, but why the other way around? Isn't this a mistake?$ mrt create myProject myProject: created. To run your new app: cd myProject meteor $ cd myProject/ $ mrt add blaze-layout ✓ blaze-layout tag: https://github.com/EventedMind/blaze-layout.git#v0.2.5 Done installing smart packages Stand back while Meteorite does its thing Done installing smart packages Ok, everything's ready. Here comes Meteor! => Errors while scanning packages: While building package `blaze-layout`: error: no such package: 'iron-router'