-
Notifications
You must be signed in to change notification settings - Fork 137
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
Packages depencies with each other ? #7
Comments
Have identified same issue as @cyrilchapon – I've got one application in my monorepo with a handful of sibling/adjacent packages that it depends on. Application's deps can't be installed using this approach/buildpack. |
Did anyone of you find a solution to this problem? |
Our environment looks like this:
It's using npm, with relative file dependencies in each app's package.json. The reason we're using a monorepo is to share code between the applications, so it would be helpful if this case were supported. |
I'd propose the following solution here (as an alternative to #17):
This will also support transitive dependencies, so long as the following are adhered to:
|
What if the different packages have dependency on each other ?
Moving app to root will kill those dependencies before installing and resolving dependencies
The text was updated successfully, but these errors were encountered: