-
Notifications
You must be signed in to change notification settings - Fork 464
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
Mutually dependent local dependencies #1950
Comments
Do u have a 'tree' layout? |
|
what is your intended workflow? will |
I am using a monorepo. However, |
This is exactly the same issue I'm having. I think it is a very common workflow where in the root you have your library and the example directory. Then in the example directory, you want to use the modules from the library. |
@wokalski it seems that you are doing the symlinks by hand which otherwise should be done by yarn workspaces |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We have a module
foo
which depends onbar
.In project
X
you have dependency on../foo
and../bar
which are locally in the root folder. In that casebsb
cannot resolvebar
from../foo
.The text was updated successfully, but these errors were encountered: