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
Can you try to use @chainsafe/fast-crc32c first in addition to fast-crc32c?
The reason is that fast-crc32c doesn't work on Mac M1 and they don't seem to be willing to merge the fix. @chainsafe/fast-crc32c contains the fix, which is essentially ashi009/node-fast-crc32c#22. As a second possibility, you could try to use @node-rs/crc32 directly, but I suspect this is slightly more work.