editorconfig-checker / editorconfig-checker.javascript

A tool to verify that your files are in harmony with your .editorconfig
https://editorconfig-checker.github.io/
MIT License
71 stars 10 forks source link

TAR_BAD_ARCHIVE Error with Apple Silicon and Windows #390

Open willtho89 opened 2 years ago

willtho89 commented 2 years ago

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.

theoludwig commented 10 months ago

Hey! @willtho89

Thanks for reporting! Does the problem persist with the latest v5 version? We would appreciate some help to fix it. :smile:

mstruebing commented 10 months ago

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.