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
iron-layout depends on blaze-layout, so both of them must be installed, however:
=> Errors prevented startup:
While building the application:
error: circular dependency between packages blaze-layout and iron-router
error: circular dependency between packages blaze-layout and iron-layout
The text was updated successfully, but these errors were encountered:
dgrabla
changed the title
Circular dependency
Circular dependency with Meteor 0.8.2 / 0.8.3
Jul 30, 2014
Did anybody resolve this issue? I had been getting a circular dependency between iron-layout and blaze-layout, along with the error that 'blaze' was not an existing package while installing 'iron-dynamic-template'. I tried removing blaze-layout through meteorite and meteor to debug the first error, but I'm not sure about the second error.
Edit: Got it working, just had to do a meteor update to 0.8.3 after removing blaze-layout!
iron-layout depends on blaze-layout, so both of them must be installed, however:
=> Errors prevented startup:
While building the application:
error: circular dependency between packages blaze-layout and iron-router
error: circular dependency between packages blaze-layout and iron-layout
The text was updated successfully, but these errors were encountered: