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

feat: remove npm bin #5459

Merged
merged 1 commit into from
Sep 8, 2022
Merged

feat: remove npm bin #5459

merged 1 commit into from
Sep 8, 2022

Commits on Sep 1, 2022

  1. feat: remove npm bin

    BREAKING CHANGE: this removes the `npm bin` command
    
    The output of this command is misleading and incomplete.  The `.bin`
    resolution of npm is much more nuanced than this command implies, and
    the output of `npm bin` is not somthing end users should be dealing
    with.  `npm` itself is responsible for running the `bin` entries of
    modules, with the exception of global bins, which end up in the same
    folder as `node` itself, presumably already in a user's path since they
    can run node.
    
    Closes npm/statusboard#537
    wraithgar committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    da6f4f1 View commit details
    Browse the repository at this point in the history