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?
I had the same problem. Try to add this line
NODE_PATH=/usr/lib/node_modules/
to end of buildAgent.properties
. This shows to teamcity agent that you have gulp
and all needed nodejs
's modules
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With