[BUG] npm ls does not include root #3945
Labels
Bug
thing that needs fixing
Priority 1
high priority issue
Release 8.x
work is associated with a specific npm 8 release
Is there an existing issue for this?
Current Behavior
Running the
npm ls
command within the--include-workspace-root
does not change the output.The outputs:
Correct
Correct
Incorrect
Expected Behavior
npm ls -w pkg-a --include-workspace-root
should list the root package.json dependanciesSteps To Reproduce
Environment
The text was updated successfully, but these errors were encountered: