gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe` failed with exit code: 1

后端 未结 3 1391
庸人自扰
庸人自扰 2021-02-08 23:10

When I run npm install, I face the following error. I am not able to find the problem.

I need some help in finding this issue.

d:\\testing         


        
3条回答
  •  甜味超标
    2021-02-08 23:45

    For me on Windows 10 and Node 13, I had to uninstall Visual Studio and Build Tools, and uninstall Node 13. Then, I deleted npm and npm-cache from Roaming, before reinstalling Node 11.6 and choosing to install Chocolately. It worked for me thereafter.

提交回复
热议问题