-
Hello, I am using Yarn3 with a monorepo built with Nx. I have a single main Whether I run:
or
or
I get the same result -- all of the dependencies. What am I missing? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@pongells Interesting. Could you share the directory structure and the output with debug enabled.
|
Beta Was this translation helpful? Give feedback.
-
Any news on this topic? I face the same behaviour. |
Beta Was this translation helpful? Give feedback.
@pongells, could you try the PR #644?
I tested
--required-only
and got back 8 components. Not sure if this is too aggressive. It doesn't work without babel yet (so --no-babel isn't supported)