npm install error - MSB3428: Could not load the Visual C++ component “VCBuild.exe”

前端 未结 16 2236
旧时难觅i
旧时难觅i 2020-11-29 14:17

I\'m trying to use the

npm install steam

but I am getting an error saying

I\'m not sure how to fix this and I have gotten

16条回答
  •  北海茫月
    2020-11-29 14:52

    PLEASE FOLLOW THE FLOW CORRECTLY WINDOWS 10x64

    1. Powershell run as administrator
    2. npm install -g node-gyp
    3. npm install --global --production windows-build-tools

提交回复
热议问题