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

后端 未结 6 1577
北荒
北荒 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 20:00

    My issue was the same as 'jbll' SASS wasn't compiling correctly due to a missing .scss file.

    error app/styles/main.scss (Line 6: File to import not found or unreadable: ../bower_components/ionic/scss/ionic.scss.

    In my case the file was missing because I hadn't install all of my packages first. Try the bower install command and hopefully that will solve someones problem.

提交回复
热议问题