Workshape / icon-font-generator

Easy-to-use, pre-configured cli tool to generate webfont icon kits from a bunch of .svg files
MIT License
471 stars 76 forks source link

install fails due to child dependency ttf2woff2 #83

Open TimGeibel opened 3 years ago

TimGeibel commented 3 years ago

This issue is related to issue #73 and appears under the latest node LTS version (12.19.0 at the time of writing).

icon-font-generator seems unusable due to a failing install of the child dependency "ttf2woff2". ttf2woff2 is a child-dependency of the abandoned package "webfonts-generator".

ttf2woff2 has this issue fixed in its latest version. Unfortunately webfonts-generator depends on an earlier version of ttf2woff2. So this package seems unusable for any project with the lates node LTS version :(