I get error about installing mediasoup at window 10

I’m using window 10 and want to install media soup but got this error. I followed docs about installing mediasoup, but I can’t solve this error plz help me T^T

Node version == 18.12
Python versuon == 3.9
Make version == 3.81

ninja == 1.10
Meson == 0.61

Seems pip, make related issues. Make sure to follow all the steps mentioned in docs in windows section:

Also run the command manually in terminal to see the exact issue:

Make sure to restart to terminal after installing pip, node etc, for changes to reflect in terminal.

thank u for your help!!
But, I got strange issue after following your advice it is building error

I saved my path of VS’s MSVC cl.exe and link.exe is located [C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86]

But strange thing is building module do not follow expected PATH, but follow the PATH i didn’t saved. It is the error what i’m stranged about “npm ERR! meson.build:1:0: ERROR: Found GNU link.exe instead of MSVC link.exe in c:\Program Files\Git\usr\bin\link.EXE.”

And this is my PATH
image

How can I solve it??

It seems PATH related issue, check this answer on github:

Read the whole thread to get the full insights.
‘where link.exe’ should tell you which link.exe is being used, it should be of MSVC.

1 Like