nvm
nvm copied to clipboard
[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
@tim-mit are you still interested in completing this PR?