Hi,
So when starting (npm run dev) or building a NextJS app with this package installed I just get this error:
unable to locate 'C:\[..]\node_modules\onnxruntime-web\dist\*.wasm' glob
The files are there. ort-training-wasm-simd-threaded.wasmort-wasm-simd-threaded.jsep.wasm and ort-wasm-simd-threaded.wasm.
Anyone know what is going on? My workmate is not having this problem and is literally working on the same repo. Only difference is he is on MacOS and I'm on Windows.
Hi, So when starting (npm run dev) or building a NextJS app with this package installed I just get this error:
unable to locate 'C:\[..]\node_modules\onnxruntime-web\dist\*.wasm' glob
The files are there.
ort-training-wasm-simd-threaded.wasm
ort-wasm-simd-threaded.jsep.wasm
andort-wasm-simd-threaded.wasm
.Anyone know what is going on? My workmate is not having this problem and is literally working on the same repo. Only difference is he is on MacOS and I'm on Windows.