I have jenkins running grunt tasks. I have jenkins running the command:
grunt name-of-tasks
on the master server (I have a master/slave setup) it is able to run grunt tasks correctly, however, on the slave servers, it is unable to run grunt tasks. I get the error:
Loading "Gruntfile.js" tasks...[31mERROR[39m
[31m>> [39mError: Cannot find module '...
[33mWarning: Task "example" not found. Use --force to continue.[39m
what am I missing?