[BUG] Installing git dependencies that share dependencies with the parent package fails #2106
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
Release 7.x
work is associated with a specific npm 7 release
Milestone
ehavior:
In our main repo, grommet-styleguide is a git dependency. It depends on
systemjs
, as does the parent package.With npm 7, that dependency is not where it can be found by the prepare script in grommet-styleguide.
Expected Behavior:
When installing with npm 6, this works, and grommet-styleguide has access to systemjs when the prepare script is run, and the build completes without error.
Steps To Reproduce:
Environment:
The text was updated successfully, but these errors were encountered: