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

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

    I know it's a very old question, but is the first in my google search and after some time I got how to solve this.

    find node on your windows with
    $ npm install -g which
    $ which node
    after cd into the directory, inside the directory cd into node_modules\npm folder and finally:
    $ npm install node-gyp@latest
    here worked, the answer is from this site

提交回复
热议问题