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

后端 未结 6 1554
北荒
北荒 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:59

    I ran into this today and was able to diagnose the problem by running grunt serve -v --force.

    Turned out that I was missing a file I was importing in my main.scss, but this error message only appeared after adding the --force flag.

提交回复
热议问题