Mediaisoup Installation Error in windows 11

I’m trying to install mediasoup in my windows11.
I have visual studio 2019 installed and path is added to ENV given below.

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin

I have installed MinGW and added path to ENV.

C:\MinGW\msys\1.0\bin

Python version is 3.10.4
Node version is 16.15.0

When I’m trying command npm install mediasoup or npm install mediasoup@3 I’m getting below error. Please help what I’m doing wrong here.

Paths with whitespaces are not supported yet, see Fix installation under path with whitespaces · Issue #753 · versatica/mediasoup · GitHub