Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1

后端 未结 3 2859
别那么骄傲
别那么骄傲 2020-12-16 20:30

i am trying to install all dependencies using npm install command, but while installing it i am getting error like below :

ling source file ..\\         


        
3条回答
  •  忘掉有多难
    2020-12-16 21:22

    Run below command in cmd with administrator priviledges:

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

提交回复
热议问题