Opened 5 years ago
Closed 5 years ago
#47916 closed defect (bug) (fixed)
npm install fails if git isn't in the path
Reported by: | pento | Owned by: | pento |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
A couple of dependencies refer to git-based locations, which means git
needs to be in the path to download them.
To avoid this roadblock, we can refer to the GitHub release packages, instead.
Added in #43055.
Note: See
TracTickets for help on using
tickets.
In 45875: