Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] gracefully handle GNU tar on MacOS during
npm install
GNU tar doesn't support using the -J flag required to unpack xz-compressed tarballs. This change means that anyone using GNU tar on MacOS will instead use gz-compressed tarballs. Fixes nvm-sh#3034
- Loading branch information