Grunt build - Running “concurrent:dist” (concurrent) task Killed

后端 未结 6 1669
北荒
北荒 2021-02-13 19:11

For some reason, when doing a grunt build on my VM, it simply dies off in this way:

...
Running \"concurrent:dist\" (concurrent) task
Killed
         


        
6条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-13 19:43

    Mine was getting stuck at the imagemin task, then after running:

    npm update
    

    It worked fine

提交回复
热议问题