Closed nicknovitski closed 6 years ago
it looks like it the error is that there is some @sendgrid/foo
module which is installed as a non-workspace dependency, and therefore created as part of modules derivation, so in the package derivation we can't go back and create @sendgrid/helpers
.
I'm not too happy with this solution of duplicating the outputs of the modules derivation rather than linking them, so I'm very open to other ideas.
I believe I figured out the answer in #64: converting scope directories from symlinks to directories of symlinks whenever necessary.
can you rebase the changes on top of master?
Yep!
Package names like
@foo/bar
cannot be used for derivation or file names, but should be used to create paths inside of derivations.