You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
I understand that
iron-router
usesblaze-layout
as dependency, but why the other way around? Isn't this a mistake?The text was updated successfully, but these errors were encountered: