Open
Description
Hi,
currently we have the problem that we can't use this tool reliably in a cross device situation:
On ARM Macs with package version 4.0.2
we get the Error TAR_BAD_ARCHIVE
. 4.0.2
works on windows machines tough
Package Version 4.0.0
works on Macs but not on Windows (TAR_BAD_ARCHIVE
Error)
If we manually update the CORE_VERSION
in index.js
of package version 4.0.2
to 2.6.0
we get the TAR_BAD_ARCHIVE
Error on Windows but not on Mac.
I believe this is highly related to #316.