We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
depth
when i run cost-of-modules, i only actually get the immediate children and all of them have a child count of 0
cost-of-modules
0
if i update the ls command to have --depth=100, the output is then correct (i can see the number of children of each dependency)
ls
--depth=100
maybe back when you wrote this, npm had different depth defaults? if you think its a bug, im happy to open a pr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when i run
cost-of-modules
, i only actually get the immediate children and all of them have a child count of0
if i update the
ls
command to have--depth=100
, the output is then correct (i can see the number of children of each dependency)maybe back when you wrote this, npm had different depth defaults? if you think its a bug, im happy to open a pr
The text was updated successfully, but these errors were encountered: