[Feature Request] onnxruntime-node support for FreeBSD. #21508
Labels
feature request
request for unsupported feature or enhancement
platform:web
issues related to ONNX Runtime web; typically submitted using template
Describe the feature request
Official or at least semi-official support for FreeBSD even if it's only CPU based for onnxruntime-node.
Describe scenario use case
Any use on FreeBSD systems using nodejs.
Currently I get :
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"win32,darwin,linux"} (current: {"os":"freebsd"})
npm ERR! notsup Valid os: win32,darwin,linux
npm ERR! notsup Actual os: freebsd
The text was updated successfully, but these errors were encountered: