editorconfig-checker.javascript
editorconfig-checker.javascript copied to clipboard
TAR_BAD_ARCHIVE Error with Apple Silicon and Windows
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.
Hey! @willtho89
Thanks for reporting! Does the problem persist with the latest v5 version? We would appreciate some help to fix it. :smile:
This issue is related as well: https://github.com/editorconfig-checker/editorconfig-checker/issues/178 Seems to be fixed? I have no m1 machine to test this.