You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
Fixesnvm-sh#3034
0 commit comments