Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circular dependency with Meteor 0.8.2 / 0.8.3 #8

Closed
dgrabla opened this issue Jul 30, 2014 · 2 comments
Closed

Circular dependency with Meteor 0.8.2 / 0.8.3 #8

dgrabla opened this issue Jul 30, 2014 · 2 comments

Comments

@dgrabla
Copy link

dgrabla commented Jul 30, 2014

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

@dgrabla dgrabla changed the title Circular dependency Circular dependency with Meteor 0.8.2 / 0.8.3 Jul 30, 2014
@dgrabla dgrabla closed this as completed Jul 30, 2014
@dfong3
Copy link

dfong3 commented Aug 1, 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!

@steph643
Copy link

steph643 commented Aug 3, 2014

I solved this by running:

meteor remove blaze-layout

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants