imagemin / pngquant-bin

pngquant bin-wrapper that makes it seamlessly available as a local dependency
http://pngquant.org
Other
115 stars 95 forks source link

This is an error about Windows #111

Closed AsuraZhu closed 3 years ago

AsuraZhu commented 4 years ago

const libpng = process.platform === 'darwin' ? 'libpng' : 'libpng-dev';

If my system was Windows, I would get a prompt about a Linux download error.

I had an error downloading from Windows, and this error bothered me.

Nemesis-AS commented 4 years ago

I am getting the Linux error on Windows, is there any way to fix it?

1000ch commented 3 years ago

b80c567 outputs error directly, but let me close this problem even though the install script for Windows is still not prepared.