nvm icon indicating copy to clipboard operation
nvm copied to clipboard

[Fix] gracefully handle GNU tar on MacOS during `nvm install`

Open tim-mit opened this issue 2 years ago • 1 comments

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 avatar Aug 27 '23 06:08 tim-mit

@tim-mit are you still interested in completing this PR?

ljharb avatar Oct 30 '23 19:10 ljharb