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
nvm install
GNU tar doesn't support using the -J flag required to unpack xz-compressed tarballs when xv isn't installed. Check for this scenario and fallback to using gzip-compressed tarballs. Fixes #3034
- Loading branch information