svg-sprite / gulp-svg-sprite

SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours
MIT License
647 stars 43 forks source link

Optimizing "%s" with SVGO failed with error "%s" #98

Closed ylokesh closed 4 years ago

ylokesh commented 4 years ago

Since last day, while doing the build we are getting following error:

Optimizing "%s" with SVGO failed with error "%s"

While problem analysis, found that one of the sub-sub-dependency i.e. SVGO has made a release last day which is causing this issue.

Can you please help us resolving this issue? or suggest an interim resolution.

Package.json "gulp-svg-sprite": "^1.4.0"

Thanks in advance.

Screenshot 2019-10-30 at 5 02 12 PM
bhupalichiplunkar commented 4 years ago

@ylokesh did you get this resolved? If yes, could you tell me how?

Jordan-Hall commented 3 years ago

@bhupalichiplunkar first try and delete the generated svg file from before.

If that doesn't work then remove node_modules and install them again

NewDimix commented 1 year ago

Кто то решил проблему?

Kreeg commented 1 year ago

@NewDimix see here #82 Will be fixed with the new release

Francois-Esquire commented 1 year ago

Hi @Kreeg, thanks for being on top of this! Do you know when we can expect the new release to be out?