w0rm / gulp-svgstore

Combine svg files into one with symbol elements
https://www.npmjs.com/package/gulp-svgstore
645 stars 33 forks source link

Fails to install #13

Closed nmn closed 9 years ago

nmn commented 9 years ago

the new version of gulp-svgstore fails to install (on OS X 10.9) because it fails to run the install script for libxml

w0rm commented 9 years ago

@naman34 do you have the latest xcode? Sometimes it is the issue with libxmljs.

Anyway, this issue is not related to gulp-svgstore. From my side, I am considering to switch from using libxmljs to some pure node library.

w0rm commented 9 years ago

@naman34 I have published a new version that uses cheerio instead of libxmljs