我在我的发布管道中添加了一个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
知道如何更正此错误吗?
答案 0 :(得分:0)
要确定系统上是否全局安装grunt-cli,请通过CLI运行以下命令:
npm list -g grunt-cli
如果报告(empty)
,请运行以下地址全局安装grunt-cli
npm install -g grunt-cli