sapegin / grunt-webfont

SVG to webfont converter for Grunt
MIT License
1.11k stars 210 forks source link

Installation issue, node version conflict #314

Open nguyenj opened 8 years ago

nguyenj commented 8 years ago

I'm getting this issue when installing.

npm WARN engine svg-pathdata@1.0.0: wanted: {"node":"0.10.*"} (current: {"node":"4.2.3","npm":"2.14.7"})
Killed

My specs:

# node -v
v4.2.3
# npm -v
2.14.7
sapegin commented 8 years ago

svgicons2svgfont needs to be updated, pull request are welcome.

OBellon commented 4 years ago

Updates on this or in the pull request? Thanks!