dbushell / grunt-svg2png

Grunt plugin to rasterize SVG to PNG images using PhantomJS
MIT License
76 stars 37 forks source link

Warning: Path must be a string. Received [ 'path/to/one/of/the/svgs' ] #37

Open MariusStuparu opened 8 years ago

MariusStuparu commented 8 years ago

Svg2Png is failing with this error:

Warning: Path must be a string. Received [ 'path/to/one/of/the/svgs' ]

Environment: MacOS 10.12, Node v6.6.0, Npm v3.10.8 As I understand, this is a breaking change introduced recently in Node 6. On another computer with Node 5.9.0 it runs OK.