iron-meteor / iron-layout

Dynamic layout with support for rendering dynamic templates into regions.
MIT License
46 stars 11 forks source link

Circular dependency with Meteor 0.8.2 / 0.8.3 #8

Closed dgrabla closed 10 years ago

dgrabla commented 10 years ago

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

dfong3 commented 10 years ago

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!

steph643 commented 10 years ago

I solved this by running:

meteor remove blaze-layout

(credits: https://github.com/EventedMind/iron-router/issues/734)