tcoopman / image-webpack-loader

Image loader module for webpack
MIT License
2.03k stars 131 forks source link

Error: Cannot find module 'imagemin-pngquant' #246

Closed SophinQ closed 4 years ago

SophinQ commented 4 years ago

I installed 'image-webpack-loader', but I got this error message when I packaged my project. [Error: Cannot find module 'imagemin-pngquant']

And after I installed 'imagemin-pngquant', it still didn't work. The error is ' Error: pngquant failed to build, make sure that libpng-dev is installed'

IvyWang-SH commented 2 years ago

I installed 'image-webpack-loader', but I got this error message when I packaged my project. [Error: Cannot find module 'imagemin-pngquant']

And after I installed 'imagemin-pngquant', it still didn't work. The error is ' Error: pngquant failed to build, make sure that libpng-dev is installed'

Hello, I got the same issue. could you share your solutions? Thanks!