tcoopman / image-webpack-loader

Image loader module for webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Cannot find module 'imagemin-pngquant'

SophinQ opened this issue · comments

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'

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!