RootCauseunvalidated
"Ignored build scripts: ... onnxruntime-node@1.24.3 ..." — in the pnpm install output box in the CI log. Tension: without it, @huggingface/transformers has no usable ONNX backend in Node and model loading fails with the unrelated-sounding file-path error. Outcome: onnxruntime-node's postinstall is what fetches/installs the platform-native binding (.node binary).
9c974d21-17b1-48af-a5d5-ce7ab30f0052
"Ignored build scripts: ... onnxruntime-node@1.24.3 ..." — in the pnpm install output box in the CI log. Tension: without it, @huggingface/transformers has no usable ONNX backend in Node and model loading fails with the unrelated-sounding file-path error. Outcome: onnxruntime-node's postinstall is what fetches/installs the platform-native binding (.node binary).