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

前端 未结 16 2235
旧时难觅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:12

    Just to add to the above answer, anyone finding an issue of the installers taking forever, I found my issue was python, I uninstalled both my versions 3 and versions 2.

    The re-ran the command in PowerShell terminal as the admin and it installed almost straight away.

    npm install --global --production windows-build-tools 
    

提交回复
热议问题