[BUG] running ls
after clean-install
for git dependency shows UNMET DEPENDENCY
#623
Labels
Bug
thing that needs fixing
What / Why
Running
npm ls
afternpm clean-install
, on a project that has a git dependency (eg https://github.com/lodash/lodash) shows that dependency as being unmet (UNMET DEPENDENCY
)When
Every time
npm ls
is run afternpm clean-install
, with a git dependencyWhere
How
Current Behavior
Steps to Reproduce
Run attached script, but effectively:
npm install https://github.com/lodash/lodash
rm -rf node_modules
npm clean-install
npm ls
Expected Behavior
Who
The text was updated successfully, but these errors were encountered: