[BUG] npm ls screeches at unmet dependencies when using --install-strategy=linked #6125
Open
2 tasks done
Labels
Bug
thing that needs fixing
install-linked-strategy
Priority 1
high priority issue
Release 9.x
work is associated with a specific npm 9 release
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
when you install with
npm i --install-strategy=linked
in a workspace,npm ls
outputs confusing information that points to some missing tree information/something along those lines.Expected Behavior
when you install with
npm i --install-strategy=linked
npm ls should not have unmet/extraneous dependencies.Steps To Reproduce
git clone https://github.com/cutenode/nodevu
cd nodevu
npm i --install-strategy=linked
npm ls
result:
/home/bnb/.npm/_logs/2023-02-03T00_54_06_662Z-debug-0.log
Environment
The text was updated successfully, but these errors were encountered: