font icon indicating copy to clipboard operation
font copied to clipboard

Update dependencies to support Node 14

Open NicolasReibnitz opened this issue 3 years ago • 0 comments

Installing the package on Node v14.16.0 wasn't possible, because of node-sass and using the C++ binaries in ttf2woff2 failed (but fell back to use their Emscripten approach).

Finally, running npm audit fix got rid of all 17 security issues without breaking changes.

Installing the package and running grunt works flawlessly now. And compiling the WOFF font is a lot faster using the binaries.

NicolasReibnitz avatar May 31 '21 21:05 NicolasReibnitz