cli
cli copied to clipboard
[BUG] `npm completion` throws `This command does not support workspaces.`
Is there an existing issue for this?
- [X] I have searched the existing issues
This issue exists in the latest npm version
- [X] I am using the latest npm
Current Behavior
No response
Expected Behavior
No response
Steps To Reproduce
- change working directory to some workspace
- run
npm completion
- observe error message
Environment
-
npm -v
: 8.19.1 -
node -v
: v16.15.0