$ npm install
npm error code EBADPLATFORM
npm error notsup Unsupported platform for haxe@5.2.1: wanted {"os":"win32,win64,darwin,linux","cpu":"x64,ia32"} (current: {"os":"darwin","cpu":"arm64"})
npm error notsup Valid os: win32,win64,darwin,linux
npm error notsup Actual os: darwin
npm error notsup Valid cpu: x64,ia32
npm error notsup Actual cpu: arm64
Haxe and Neko have had native ARM64 builds for a bit now.
PR #37 seems to be related.