Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

fix: set only one PATH env variable for child proc #25

Closed
wants to merge 1 commit into from

Commits on Sep 5, 2018

  1. fix: set only one PATH env variable for child proc

    #22 caused a regression in pnpm when users had a version of npm
    without the revert and a new version of pnpm with rever #22.
    
    Old npm was duplicating the PATH env variables.
    New pnpm was not overriding all of them.
    
    Using only one PATH env variable will reduce uncertainty.
    zkochan committed Sep 5, 2018
    Copy the full SHA
    371d634 View commit details
    Browse the repository at this point in the history