iron-meteor/iron-layout

Circular dependency with Meteor 0.8.2 / 0.8.3

dgrabla opened this issue · 2 comments

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

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!

I solved this by running:

meteor remove blaze-layout

(credits: iron-meteor/iron-router#734)