Thank you for restoring ffi-napi &co to working order!
I’m getting a crash on import on macOS:
~ % npm install '@napi-ffi/ffi-napi'
added 9 packages, and audited 13 packages in 13s
found 0 vulnerabilities
~ % node
Welcome to Node.js v24.13.0.
Type ".help" for more information.
> require("@napi-ffi/ffi-napi")
zsh: segmentation fault node
M1 Mac, macOS 15.5 and 16.2, with Node 24.13.0 LTS release. Any ideas? Can you replicate this yourself/recommend next steps?
Thank you for restoring
ffi-napi&co to working order!I’m getting a crash on import on macOS:
M1 Mac, macOS 15.5 and 16.2, with Node 24.13.0 LTS release. Any ideas? Can you replicate this yourself/recommend next steps?