Closed as not planned
Description
Current Behavior
➜ nx g move --project=foo --destination=new/path/foo
NX Could not find any generators named "move"
Expected Behavior
It should figure out that it should use @nx/workspace:move
automatically, as it used to do before.
GitHub Repo
No response
Steps to Reproduce
- Create a workspace with Nx v19.6.1
- Create a lib
- Try to move the lib with
nx g mv
Nx Report
Node : 20.16.0
OS : darwin-arm64
Native Target : aarch64-macos
pnpm : 9.7.1
nx : 19.6.1
@nx/js : 19.6.1
@nx/jest : 19.6.1
@nx/linter : 19.6.1
@nx/eslint : 19.6.1
@nx/workspace : 19.6.1
@nx/devkit : 19.6.1
@nx/eslint-plugin : 19.6.1
@nx/rollup : 19.6.1
@nrwl/tao : 19.6.1
typescript : 5.5.4
---------------------------------------
Registered Plugins:
@nx/rollup/plugin
@nx/eslint/plugin
@nx/jest/plugin
### Failure Logs
_No response_
### Package Manager Version
9.7.1
### Operating System
- [X] macOS
- [ ] Linux
- [ ] Windows
- [ ] Other (Please specify)
### Additional Information
Can it be because of the pnpm v9?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment