svg-sprite / grunt-svg-sprite

SVG sprites & stacks galore — Grunt 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

Home Page:https://github.com/svg-sprite/svg-sprite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: Object has no method 'isAbsolute'

taunoha opened this issue · comments

I'm getting this warning:

Running "svg_sprite:basic" (svg_sprite) task
Warning: Object #<Object> has no method 'isAbsolute' Use --force to continue.

Config:

basic: {
      expand: false,
      src: ['assets/src/gfx/icons/*.svg'],
      dest: ''
}

Am I missing something?

@taunoha I suppose you're running an old Node.js version that isn't supported any longer for quite a while now. Please see #75