RealFaviconGenerator / gulp-real-favicon

Gulp plugin to generate a multiplatform favicon with RealFaviconGenerator
76 stars 6 forks source link

throw new gutil.PluginError({ #12

Closed obliviga closed 7 years ago

obliviga commented 7 years ago

I followed the directions on the website, and when I run gulp generate-favicon, i get the following error:

/Users/akshatriya/Desktop/liferay/rhythm-portal/rhythm-webs/rhythm-common-client-web/node_modules/gulp-real-favicon/index.js:24
        throw new gutil.PluginError({
        ^
Error: Error while running command (identify '/home/realfavicongenerator_web_site/realfavicongenerator/tmp/pics/realfaviconcreator_vector_guess_KbjijS.svg'), error code is 1
phbernard commented 7 years ago

Apparently your image is not in SVG format, is it?

obliviga commented 7 years ago

No, that fixed the issue. Thanks!