Hi,
On MacOS in a project using yarn and workspaces, every time i run yarn (install) i have to rebuild mediasoup because of this error :
Error: spawn …/node_modules/mediasoup/worker/out/Release/mediasoup-worker ENOENT
Then i have to run npm rebuild mediasoup
to fix this error.
Any idea ?
Thanks