我有 jenkins 运行 grunt 任务。我让詹金斯运行命令:
grunt name-of-tasks
在主服务器上(我有一个主/从设置)它能够正确运行 grunt 任务,但是,在从服务器上,它无法运行 grunt 任务。我得到错误:
Loading "Gruntfile.js" tasks...[31mERROR[39m
[31m>> [39mError: Cannot find module '...
[33mWarning: Task "example" not found. Use --force to continue.[39m
我错过了什么?