microsoft / vso-agent

Visual Studio Team Services and TFS agent for Mac OSX and Linux
MIT License
131 stars 57 forks source link

Node version when trying to configure agent #209

Closed kpworld closed 8 years ago

kpworld commented 8 years ago

I'm trying to work through the configuration piece, having an issue. Looking for some suggestions how to fix. Not sure whats missing.

Here's what i've done.

OS: Red Hat Enterprise Linux Server release 7.1 (Maipo)

Get latest (shows some dependency items - attached output for review) sudo npm install vsoagent-installer –g

Install (output looks good - removes, copies fine) vsoagent-installer

try to configure: downloadOutput.txt

-bash-4.2$ node agent/vsoagent Agent requires at least node 4.2.0 -bash-4.2$ -bash-4.2$ node -v v0.10.36 -bash-4.2$

Wondering what the right approach is for keeping agent updated and also how to get the right version of node it is looking for. I don't see option.

kpworld commented 8 years ago

So i just realized a change in the install process from what i was using before.

Thus why i didn't have correct version. I'm all set now and it is working now.