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.