Get rid of node-zopfli
dependency
#3709
Labels
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
We currently depend on
node-zopfli
but don't really use it and, even though it's optional, it will always try be rebuild itself.This at best slows down installs and at worst can result in hard to debug failed installs on some systems. This seems to be due to the system actually being able to compile the package natively, but failing somewhere and leaving the
npm install
with missing packages.The text was updated successfully, but these errors were encountered: