dbushell / grunt-svg2png

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

Fails on Mac OS Sierra #38

Open MrDaleSmith opened 7 years ago

MrDaleSmith commented 7 years ago

Phantom.js < v2 doesn't work on Sierra for some reason. By amending the packages.json to require phantom.js ~2, the package starts working again. Not sure if this has any implications on other operating systems.

jameswilson commented 7 years ago

This is a known issue with PhantomJS 1.9.x -- which is no longer supported (per https://github.com/ariya/phantomjs/issues/14558).

This should be fixed when Pull Request #36 is merged by the maintainer. 🤞