I am currently doing a TeamCity build using the Gulp Runner and using the System-wide gulp setting.
The agents I have fail to meet the requirement
Unmet requirements: gulp exists
Where is it looking for gulp?
I have tried npm install -g gulp and installed gulp globally but I am not having much luck.
How do I meet the build agents requirement for gulp?