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

前端 未结 16 2261
旧时难觅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 15:11

    I tried the above suggested npm install --global --production windows-build-tools but found that the installation was always hanging forever.

    I managed to fix the problem by installing Node.js 8 instead of Node.js 10.

提交回复
热议问题