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

test: add lib/link.js tests #1786

Closed

Commits on Sep 10, 2020

  1. test: add lib/link.js tests

    - Added ELINKGLOBAL error code for when using --global
    - Added tests for lib/link.js
    - Do not reify, only load globals when linking a pkg to a local prefix
    - Fixes: npm#1777
    ruyadorno committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    174703e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. fix: reenable npm link from registry

    Being able to npm link a package that is not currently available in the
    global space should still be a supported feature, this change puts that
    functionality back in place but also improves it by avoiding reify any
    package that may already be found in the global directory.
    ruyadorno committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    8177212 View commit details
    Browse the repository at this point in the history
  2. @npmcli/arborist@0.0.23

    ruyadorno committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    402bd25 View commit details
    Browse the repository at this point in the history