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
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