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
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.
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 ErrorTAR_BAD_ARCHIVE
.4.0.2
works on windows machines toughPackage Version
4.0.0
works on Macs but not on Windows (TAR_BAD_ARCHIVE
Error)If we manually update the
CORE_VERSION
inindex.js
of package version4.0.2
to2.6.0
we get theTAR_BAD_ARCHIVE
Error on Windows but not on Mac.I believe this is highly related to #316.
The text was updated successfully, but these errors were encountered: