1

Trying to install by Command prompt in window7 64bit

npm i mediasoup

after npm cache --force cleanenter image description here

Imbharat420
  • 206
  • 2
  • 11

1 Answers1

1

You need a c++ compiler on your machine. On windows, it's usually the vc++ compiler that comes with any installation of Visual Studio. Once you found that, make sure to add msbuild to your PATH variable (some forums said to make it a system variable, but i doubt).

Stefan
  • 26
  • 1