Open Person-93 opened 2 years ago
Hello and Happy New Year! I can take a look and try to see what I can do. Thanks
Hello and Happy New Year! I can take a look and try to see what I can do. Thanks
Happy new year to you as well.
I looked into it a bit more, and nx does not support yarn plug'n'play nearly as well as I'd thought. A lot of things rely on imports from packages that they transitively depend on, and that breaks with the newer versions of yarn.
I appreciate that you're willing to support that use case but until nx actually works well with it, it's probably not worth your time.
I see. I can see if Nrwl might have any plans regarding this.
@Person-93 are you able to open a feature request on the Nx Repo so that someone from Nx team may look at it? For Nx to support yarn plug n play.
Just following up... That PR never got merged in? Is it expected to not be supported for the meantime?
I also wanted to let you know about slowly deprecating this plugin in favor for the official on by Nrwl: https://plugins.jetbrains.com/plugin/21060-nx-console
Current Behavior
Generators are not found in workspaces configured for yarn Plug'n'Play.
How to Reproduce
Steps to reproduce the behavior:
yarn set version berry
nodeLinker: node_modules
yarn install
Expected Behavior
I expect to see a list of available generators
Desktop (please complete the following information):
Additional Context
The nx cli works fine.