visual studio - How to set Node.js and NPM version numbers in a hosted VSO Build Agent? -


in visual studio online can set build dependencies on general tab of build definition.

enter image description here

but.. there way set version of node.js , npm?

it seems hosted build agent using node.js v0.12.7 , npm v2.11.3 need node.js v4.2+ , npm v3.3+. there way enforce it?

p.s.: on-premise vso build agent not option.

it seems there's lot of misunderstanding "demands" are. build specific demand does not change software available on build agent. "demand" method of build task expressing requirements has, can run on agent has desired demands satisfied (these build agent's "capabilities").

this list of software what's on hosted build agent. if it's not there, , can't install via npm or like, you're out of luck.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

jquery - ReferenceError: CKEDITOR is not defined -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -