Open ShimantaBhuyan opened 1 year ago
I ran into this issue as well, and I'm not sure why the onnxruntime-node package is being pulled in by default -- the only fix i found was to delete node_modules
and then reinstall dependencies with npm install --omit=optional --no-optional
Try that and let me know if it works!
Looking at the ONNX site, does this mean you can only develop this with an ONNX-compatible platform like Mac M1 and M2 (I'm on an old Intel Mac), or were you able to do that?
whoa that's goofy; I installed onnxruntime-web
, then tried to npm uninstall onnxruntime-node to no avail, but if I manually deleted the folder in node_modules, it worked. For anyone else ever running into this problem... try that lol.
I am having the same issue when building it on a MacBook M1. Is there any news? Thanks
I got this error while setting up the project locally and running it: