Skip to content
New issue

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

fix: npm ls --long missing deps #3119

Closed

Commits on Apr 21, 2021

  1. fix: npm ls --long missing deps

    Running `npm ls --json --long --all` was broken for any project
    containing a missing dependency from the node_modules folder. This
    fixes it by avoiding trying to read the extra data required by the
    --long option in case a dependency is missing.
    
    Fixes: npm#2724
    ruyadorno committed Apr 21, 2021
    Copy the full SHA
    fa953bf View commit details
    Browse the repository at this point in the history