gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe`

前端 未结 5 907
长发绾君心
长发绾君心 2020-12-18 01:52

I\'m getting the following error when I run my Jenkins job. I\'ve installed MSBuild 15 and 17 and specified the correct path.

Can anyone shed some light on this? Wh

5条回答
  •  眼角桃花
    2020-12-18 02:12

    Try to downgrade your Node version to 11.15.0, because it is the latest working version, You can use n for node's version management. There is a simple intro for n.

    $ npm install -g n
    $ n 6.10.3
    

    this is very easy to use.

    then you can show your node version:

    $ node -v
    $ v8.11.1
    

    check this answer

提交回复
热议问题