-
Notifications
You must be signed in to change notification settings - Fork 214
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
Nx console generate for VS Code isn't working with yarn 2 #1159
Comments
I have the same error message for my workspace. I use yarn version 2 (berry) for my package manager. Yarn is configured to use plug and play and zero install mode and thus is not using node_modules but .yarn/cache to store the insalled packages. yarn nx -version is showing the right nx version from my workspace, and the nx cli works from terminal but the nx console extension is looking for To replicate this issue, you can install a new nx workspace using Considering this is the future of yarn and the NX cli already works, NX console should be updated to support this. |
No arguments here. If Nx Console doesn't work with berry, and all that jazz, it's definitely something to be fixed. |
I can't run Nx console's generate on my visual studio code. I have tried to downgrade the plugin package and got the same results with this error "Could not execute task since node_modules directory is missing..." but the node_modules folder is there.
The text was updated successfully, but these errors were encountered: