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

Lerna warning: a cycle in the dependency graph #898

Closed
ndelangen opened this issue Apr 15, 2017 · 4 comments
Closed

Lerna warning: a cycle in the dependency graph #898

ndelangen opened this issue Apr 15, 2017 · 4 comments
Labels

Comments

@ndelangen
Copy link
Member

➜  mono-repo git:(master) ✗ lerna bootstrap && npm run lint -- --fix
Lerna v2.0.0-beta.38
Bootstrapping 8 packages
Encountered a cycle in the dependency graph. This may cause instability!
Preinstalling packages
Installing external dependencies
...

There's probably a circular dependency on internal modules somewhere, likely demo inside src using addons which use src... Should be easily fixed by moving demo's out of src.

@tmeasday
Copy link
Member

Is this still a problem @ndelangen? I haven't seen it for a while. Closing in lieu of you telling me it is.

@datapimp
Copy link

i'm experiencing this also; can you suggest some steps on how to find the culprit?

@tmeasday
Copy link
Member

tmeasday commented Jul 18, 2017

@datapimp have you tried lerna clean to clean up first?

@ndelangen
Copy link
Member Author

Our repo should no longer have this problem

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

No branches or pull requests

3 participants