mahnunchik / gulp-responsive

gulp-responsive generates images at different sizes
https://npmjs.com/gulp-responsive
MIT License
502 stars 62 forks source link

Upgrade to sharp@0.23.1 #128

Closed jeremyzilar closed 4 years ago

jeremyzilar commented 4 years ago

I am running node -v v12.11.1 and can currently use sharp@0.23.1 with that version of node, but when I try to install gulp-responsive, it installs sharp@0.21.3 as a dependency, which doesn't work with my version of node.

Is there a way I can use sharp@0.23.1 with gulp-responsive? Or is there a plan to upgrade?

https://www.npmjs.com/package/gulp-responsive

StarpTech commented 4 years ago

Fixed in https://github.com/mahnunchik/gulp-responsive/pull/129