I am having trouble with running grunt build, it gives me this error
Running "concurrent:dist" (concurrent) task
Running "svgmin:dist" (svgmin) task
Total saved: 0 B
Done, without errors.
Execution Time (2018-04-26 13:24:02 UTC)
loading tasks 164ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 73%
svgmin:dist 60ms ▇▇▇▇▇▇▇▇▇▇▇▇▇ 27%
Total 225ms
Warning: Running "imagemin:dist" (imagemin) task
Fatal error: Path must be a string. Received { url: 'https://raw.github.com/imagemin/gifsicle-bin/v0.1.7/vendor/osx/gifsicle',
name: 'gifsicle',
os: 'darwin' }
Execution Time (2018-04-26 13:24:02 UTC)
loading tasks 248ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 49%
imagemin:dist 260ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 51%
Total 509ms Use --force to continue.
Aborted due to warnings.
I am having trouble with running grunt build, it gives me this error
Running "concurrent:dist" (concurrent) task
How do I solve this?