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 when xv isn't installed. Check for this scenario and fallback to using gzip-compressed tarballs. Fixes nvm-sh#3034
- Loading branch information