-
Notifications
You must be signed in to change notification settings - Fork 607
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
Project dependencies #230
Comments
You can use a lower/published version of B in project.json of A. Then A is built with a slightly older version of B. One project has to be built first with all available dependencies. |
Hi @fuocor, To be clear, you are attempting to simply link 2 projects together? You should simply be able to add both projects to your For example: ProjectA's package.json
ProjectB's package.json
Note that in Rush3, you only need to run |
I thought I did that ( a few times ...) to have the rush generate fail thanks. |
It's not at all clear how to get project dependencies to work.
If I create ProjextA and ProjectB (dependency of A) at the same time how do I get B linked to A?
Adding B to the project.json of A result in "rush generate" failing and "cyclicDependencyProjects" in rush.json does not seem to have any effect.
thanks,
rich
The text was updated successfully, but these errors were encountered: