Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

fix(install): make sure to reload explicitRequests #211

Merged
merged 2 commits into from
Jan 29, 2021
Merged

Commits on Jan 29, 2021

  1. fix global update all so it actually updates things

    PR-URL: #215
    Credit: @nlf
    Close: #215
    Reviewed-by: @isaacs
    nlf authored and isaacs committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d94f068 View commit details
    Browse the repository at this point in the history
  2. fix(install): make sure to reload explicitRequests

    when we are placing our deps, if our edge dep was explicitly requested,
    we want to re-place it instead of leaving whatever was there before.
    
    This will mean doing something like `npm install foo` will install the
    latest version of `foo` that your tree currently allows, instead of
    doing nothing if any version already existed
    
    PR-URL: #211
    Credit: @wraithgar
    Close: #211
    Reviewed-by: @isaacs
    wraithgar authored and isaacs committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    3b02f76 View commit details
    Browse the repository at this point in the history