yarn-dependency-tree
v0.0.7
Published
Display the dependency tree of a certain module based on your yarn.lock file
Downloads
1,294
Maintainers
Readme
Display the dependency tree of a certain module based on your yarn.lock file
It will display which of your other modules use lodash and at which versions. The tool came up needed in situations where I have duplicate versions of a certain module used in my project, and I cannot find which of my other dependencies cause this conflict.