pngquant Questions

5

I am getting the following error with my npm update command: > [email protected] postinstall /var/www/pp/20180315202846/node_modules/pngquant-bin > node lib/install.js ⚠ The `/var/www...
Armada asked 15/3, 2018 at 20:23

1

This is my Gulp task: //Image Optimization gulp.task( 'imagemin', function () { return gulp.src( imageDir + '**/*.{png,jpg,JPG,svg}' ) .pipe( imagemin( { progressive: true, use: [ pngquant({q...
Keown asked 25/1, 2016 at 14:13

6

I've tried to find the answer all over, but it just doesn't seem to be out there yet. I'm using React-Toolbox, React-Bootstrap and some custom scss. On my local machine, the build works fine. Whe...
Looselimbed asked 2/1, 2017 at 8:40
1

© 2022 - 2024 — McMap. All rights reserved.