-
Notifications
You must be signed in to change notification settings - Fork 5
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
Does not always work for monorepository. #9
Comments
Any update / alternative on this issue? |
@BrunnerLivio do you have an example I can troubleshoot this with? |
There you go: When using yarn workspaces, some dependencies might get installed in a Since
Honestly I do not know how properly fix this bug. One option would be to explicitly support yarn workspaces, therefore parse the |
@BrunnerLivio what mechanism do you use outside of |
Sometimes if an optional module
optModule
is installed in one of the sub-packages instead of inprojectRoot/node_modules
, then it won't be found byoptional('optModule')
.The text was updated successfully, but these errors were encountered: