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

npm-link: clarify usage of global prefix #532

Closed
wants to merge 1 commit into from

Commits on Nov 28, 2019

  1. npm-link: clarify usage of global prefix

    In wondered why npm link doesn't "install to" `npm prefix`.
    I looked up the documentation for `npm prefix` and found
    the important distinction between the local prefix, and the
    global prefix.
    
    This attempts to clarity that `npm link` always uses specifically
    the global prefix.
    jgehrcke committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    8bb588b View commit details
    Browse the repository at this point in the history