You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error with gulp-svg-sprite when trying to build (1.2.1):
[ERROR] <obscured>/workspace/node_modules/gulp-svg-sprite/index.js:63
[ERROR] if (data.css.shapes.length > 0) {
[ERROR] ^
[ERROR] TypeError: Cannot read property 'shapes' of undefined
[ERROR] at Array.<anonymous> (<obscured>/workspace/node_modules/gulp-svg-sprite/index.js:63:17)
[ERROR] at <obscured>/workspace/node_modules/gulp-svg-sprite/node_modules/svg-sprite/lib/svg-sprite.js:256:11
[ERROR] at <obscured>/workspace/node_modules/gulp-svg-sprite/node_modules/svg-sprite/lib/svg-sprite.js:298:3
[ERROR] at <obscured>/workspace/node_modules/gulp-svg-sprite/node_modules/svg-sprite/node_modules/async/lib/async.js:678:13
[ERROR] at <obscured>/workspace/node_modules/gulp-svg-sprite/node_modules/svg-sprite/node_modules/async/lib/async.js:49:16
[ERROR] at replenish (<obscured>/workspace/node_modules/gulp-svg-sprite/node_modules/svg-sprite/node_modules/async/lib/async.js:304:29)
[ERROR] at <obscured>/workspace/node_modules/gulp-svg-sprite/node_modules/svg-sprite/node_modules/async/lib/async.js:316:29
[ERROR] at <obscured>/workspace/node_modules/gulp-svg-sprite/node_modules/svg-sprite/node_modules/async/lib/async.js:675:17
[ERROR] at SVGSpriteSymbol.SVGSpriteBase._buildHTMLExample (<obscured>/workspace/node_modules/gulp-svg-sprite/node_modules/svg-sprite/lib/svg-sprite/mode/base.js:206:2)
[ERROR] at SVGSpriteSymbol.<anonymous> (<obscured>/workspace/node_modules/gulp-svg-sprite/node_modules/svg-sprite/lib/svg-sprite/mode/standalone.js:119:9)
Any ideas?
The text was updated successfully, but these errors were encountered:
Yeah, sorry. This regression bug was introduced by PR #23 — it's already patched in the current GitHub master, a new release will follow shortly. I you don't want to wait please replace your ìndex.js with the most recent one.
Getting the following error with
gulp-svg-sprite
when trying to build (1.2.1):Any ideas?
The text was updated successfully, but these errors were encountered: