svg-sprite/grunt-svg-sprite

Warning: Object has no method 'isAbsolute'

taunoha opened this issue · 1 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?

jkphl commented

@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