You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gulp-iconfont doesn't seem to work on my system: OS X 10.10.4 with Node v0.12.5.
During the installation I get lots of warnings (as per nfroidure/ttf2woff2#4). Then when I try to run the Gulp task I get this error:
events.js:85
throw er; // Unhandled 'error' event
^
Error: Invalid character entity
Line: 12
Column: 45
Char: _
at error (/Users/Ale/Dropbox/Docs/Good Karma/Projects/Distilled/code/front/polymer/node_modules/gulp-iconfont/node_modules/gulp-svgicons2svgfont/node_modules/svgicons2svgfont/node_modules/sax/lib/sax.js:652:8)
at strictFail (/Users/Ale/Dropbox/Docs/Good Karma/Projects/Distilled/code/front/polymer/node_modules/gulp-iconfont/node_modules/gulp-svgicons2svgfont/node_modules/svgicons2svgfont/node_modules/sax/lib/sax.js:675:22)
at Object.write (/Users/Ale/Dropbox/Docs/Good Karma/Projects/Distilled/code/front/polymer/node_modules/gulp-iconfont/node_modules/gulp-svgicons2svgfont/node_modules/svgicons2svgfont/node_modules/sax/lib/sax.js:1356:11)
at SAXStream.write (/Users/Ale/Dropbox/Docs/Good Karma/Projects/Distilled/code/front/polymer/node_modules/gulp-iconfont/node_modules/gulp-svgicons2svgfont/node_modules/svgicons2svgfont/node_modules/sax/lib/sax.js:228:16)
at PassThrough.ondata (/Users/Ale/Dropbox/Docs/Good Karma/Projects/Distilled/code/front/polymer/node_modules/gulp-iconfont/node_modules/gulp-svgicons2svgfont/node_modules/readable-stream/lib/_stream_readable.js:571:20)
at PassThrough.emit (events.js:107:17)
at PassThrough.Readable.read (/Users/Ale/Dropbox/Docs/Good Karma/Projects/Distilled/code/front/polymer/node_modules/gulp-iconfont/node_modules/gulp-svgicons2svgfont/node_modules/readable-stream/lib/_stream_readable.js:406:10)
at flow (/Users/Ale/Dropbox/Docs/Good Karma/Projects/Distilled/code/front/polymer/node_modules/gulp-iconfont/node_modules/gulp-svgicons2svgfont/node_modules/readable-stream/lib/_stream_readable.js:780:26)
at resume_ (/Users/Ale/Dropbox/Docs/Good Karma/Projects/Distilled/code/front/polymer/node_modules/gulp-iconfont/node_modules/gulp-svgicons2svgfont/node_modules/readable-stream/lib/_stream_readable.js:760:3)
at afterTick (/Users/Ale/Dropbox/Docs/Good Karma/Projects/Distilled/code/front/polymer/node_modules/gulp-iconfont/node_modules/gulp-svgicons2svgfont/node_modules/readable-stream/node_modules/process-nextick-args/index.js:11:8)
Also the first svg file picked to generate the iconfont gets renamed prepending uEA01- to its name. I have no idea what is causing this weird behaviour.
Any thoughts? Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
gulp-iconfont
doesn't seem to work on my system: OS X 10.10.4 with Node v0.12.5.During the installation I get lots of warnings (as per nfroidure/ttf2woff2#4). Then when I try to run the Gulp task I get this error:
Also the first svg file picked to generate the iconfont gets renamed prepending
uEA01-
to its name. I have no idea what is causing this weird behaviour.Any thoughts? Thanks!
The text was updated successfully, but these errors were encountered: