New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot generate woff / woff2 font with node v10.1.0 #166
Comments
May be linked to nfroidure/svg-pathdata#33 |
I’m dealing with the same problem. Gulp-iconfont works fine with all font formats but woff.
|
Hey, I'm having also trouble with node 10.3.0. First I had this error:
Then I added "node-sass":"^4.9.0" to my package.json. Like it is mentioned here: https://stackoverflow.com/questions/41773047/gulp-task-error-checksum-error-in-glyf/41796973#41796973
|
@nfroidure I don't see how this can be related to SVGPathData, as neither woff nor ttf are SVG based? |
@NaridaL this plugins converts SVG files to a SVG font and then to a TTF one to finally convert it to a WOFF One. That said, it may not be linked at all. |
I've added node 10 to the CI build, and it fails there too, however it's never run properly on my windows environment, and I don't use this package, so I can't really debug this issue. |
+1 |
1 similar comment
+1 |
v10.0.0 should fix this. Please close if so. |
Now I get this issue:
|
@geosenna I changed some of the stream handling, which might fix this. Try 10.0.1. Otherwise, I can't do anything without more details (Travis build is passing now...). |
My issue was solved. @NaridaL, thank you! |
It's ok also for me 🥇 |
Thanks a lot @NaridaL, it is working fine now with the 10.0.1. |
Thx for fixing it. For me v10.0.1 fixed the issue. |
@NaridaL, @geosenna, @schliesser hi, how did you change the version to 10.0.1? I have 10.5.0 now and get the same error. I haven't found 10.0.1 in nodejs releases, only 10.0.0. |
@AnastasiaD version 10.0.1 of gulp-iconfont, not of nodejs itself. |
Thanks @NaridaL |
I just updated my gulp workflow setup to node v10.1.0 and everything is working except gulp-icofont when generating woff font. If I remove woff from the formats list, it works as expected (the font is generated).
My task is :
it fails with
If I try with woff2
it fails with
Everything was working as expected with node v9.11.1.
The text was updated successfully, but these errors were encountered: