Warning: Object #<Object> has no method 'isAbsolute' Use
gazpachu opened this issue · 3 comments
gazpachu commented
Recently I started to get this error. Any idea of what this could be?
`Running "svg_sprite:basic" (svg_sprite) task
Warning: Object #<Object> has no method 'isAbsolute' Use --force to continue.
Aborted due to warnings.`
jkphl commented
@gazpachu path.isAbsolute()
should be available as of Node v.0.11.2. Which version are you using?
jkphl commented
@gazpachu Oh, could you also post the code you use to add your source SVG files to the spriter?
gazpachu commented
That was the issue. I was using an old version. Thx