Closed dgrabla closed 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!
I solved this by running:
meteor remove blaze-layout
(credits: https://github.com/EventedMind/iron-router/issues/734)
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