-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 Generate Fails #20551
Comments
Having the same issue. Latest NX version, pnpm 8.11.0, node 21.3.0. |
It actually blew up all my other projects lol - getting the following error on already working source code after trying to generate a new lib
|
Works on |
Same error here with nx |
Same dealio |
Same issue with nx It is consistently breaking when changing branches, so might have something to do with invalid cache / state? I figured out a workaround by deleting the |
This issue has been automatically marked as stale because it hasn't had any activity for 6 months. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
NX fails to generate new workspaces.
Command
Expected Behavior
The command to work and create a new monorepo.
GitHub Repo
No response
Steps to Reproduce
pnpm create create-nx-workspace@latest
on macos 11 (x86)Nx Report
Side note: why would a CLI not allow you to even run
--help
outside of a workspace directory?The text was updated successfully, but these errors were encountered: