【发布时间】:2018-05-13 08:13:12
【问题描述】:
我已将 Grunt 任务添加到我的发布管道中。当 Grunt 任务运行时,我收到以下错误:
Grunt-cli is not installed globally (or is not in the path of the user the agent is running as) and it is not in the local working folder:
C:\agent\_work\r9\a\node_modules\grunt-cli\bin\grunt
知道如何纠正这个错误吗?
【问题讨论】:
-
你是否在 Grunt 任务之前添加了 npm install 任务?你能把整个构建日志放在这里吗?
标签: gruntjs azure-pipelines-release-pipeline