No native build found when flashing image to SD

I am trying to flash to an SD card and am receiving an error that I am not sure how to resolve.

balena.exe local flash "C:\Users\mike\Downloads\raspi-os\raspi-os.img" --drive \\.\PhysicalDrive4 --yes --debug

I am getting the following error:

No native build was found for platform=win32 arch=x64 runtime=node abi=108 uv=1 libc=glibc node=18.5.0
    loaded from: C:\snapshot\balena-cli\node_modules\usb

Error: No native build was found for platform=win32 arch=x64 runtime=node abi=108 uv=1 libc=glibc node=18.5.0
    loaded from: C:\snapshot\balena-cli\node_modules\usb

    at Function.<anonymous> (C:\snapshot\balena-cli\node_modules\node-gyp-build\node-gyp-build.js:60:9)
    at load (C:\snapshot\balena-cli\node_modules\node-gyp-build\node-gyp-build.js:22:30)
    at Object.<anonymous> (C:\snapshot\balena-cli\node_modules\usb\dist\usb\bindings.js:8:36)
    at Module._compile (pkg/prelude/bootstrap.js:1926:22)
    at Module._extensions..js (node:internal/modules/cjs/loader:1166:10)
    at Module.load (node:internal/modules/cjs/loader:988:32)
    at Module._load (node:internal/modules/cjs/loader:834:12)
    at Module.require (node:internal/modules/cjs/loader:1012:19)
    at Module.require (pkg/prelude/bootstrap.js:1851:31)
    at require (node:internal/modules/cjs/helpers:102:18)

Running on Windows 11 with Balena v17.4.12:

https://github.com/balena-io/balena-cli/releases/download/v17.4.12/balena-cli-v17.4.12-windows-x64-standalone.zip

I am trying to burn the 32-bit Raspi Pi OS from here:

https://downloads.raspberrypi.com/raspios_armhf/images/raspios_armhf-2023-12-06/2023-12-05-raspios-bookworm-armhf.img.xz

I have also tried the 64-bit Raspi OS with the same result:

https://downloads.raspberrypi.com/raspios_arm64/images/raspios_arm64-2023-12-06/2023-12-05-raspios-bookworm-arm64.img.xz

My installed Node version is 20.11.0. I am not sure if that is relevant here or not, but I have also tried this using 18.5.0 as well.

Thoughts?

** UPDATE**

If I download the installer and run that everything works fine. So there is something that doesn’t appear right with the standalone .zip file…

No response at all on this one? I have reverted to using Balena 14 since that one actually works to flash an image. But I would prefer to not be so far behind.