Mediasoup NPM Installation error Clang OSX Resolved

HI,

This is not so much a question as it is a comment on an issue I had with clang when trying to install mediasoup in my node application, running Mac OS Catalina. The post installation script would continuously run into the following clang error: “clang : error - no such file or directory”.

The error was created because the application directory path included spaces. As soon as i moved the application folder up and to a directory with a path that didn’t include spaces mediasoup installed correctly using npm.

Looking forward to implementing mediasoup into our application. Thanks.

1 Like

Interesting. It also happens in Mojave. Thanks for reporting. We are gonna migrate from GYP to CMake anyway, so the problem should go away (I hope).

1 Like