ericalli / static-site-boilerplate

A better workflow for building modern static websites.
http://staticsiteboilerplate.com
MIT License
1.74k stars 166 forks source link

Not Able to Install on Windows: Error: pngquant failed to build, make sure that libpng-dev is installed #33

Closed shallabh closed 4 years ago

shallabh commented 4 years ago

Describe the bug Error: pngquant failed to build, make sure that libpng-dev is installed Tried installing libpng doesn't work. Tried isntalling manually doesn't work. Please let me know how to solve this, to use the Static Bolier Plate

To Reproduce Steps to reproduce the behavior:

  1. npm install
  2. Runs installation
  3. Error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

ericalli commented 4 years ago

This may offer some insight/actions that you can try to get it working:

https://github.com/imagemin/imagemin-pngquant/issues/46#issuecomment-515808859

Let me know if that does the trick, otherwise I'll investigate further.

shallabh commented 4 years ago

It worked, @ericalli ! Thanks a ton!