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

后端 未结 3 2855
别那么骄傲
别那么骄傲 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:24

    1. run: npm cache clean --force
    2. delete node_modules
    3. delete packagelock.json and yarn.lock(if have)
    4. run: npm install

提交回复
热议问题