Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Bump sharp dependency (fix build issues) #11

Open
strarsis opened this issue Jun 20, 2016 · 5 comments
Open

Bump sharp dependency (fix build issues) #11

strarsis opened this issue Jun 20, 2016 · 5 comments

Comments

@strarsis
Copy link

strarsis commented Jun 20, 2016

Recent sharp (v0.15.0) builds successfully on Windows 10 x64.
However, this package requires sharp package version v0.12.* which fails to build.

Additionally, a deprecation warning for sharp 0.12.2 is shown during the failling build:

[...]
npm WARN deprecated [email protected]: CVE-2016-3714 https://github.com/lovell/sharp/issues/424
[...]

Bumping the sharp package required version to its latest release should resolve the build issue.

@davidbfrogman
Copy link

yeah I would love to see this fixed

@davidbfrogman
Copy link

@strarsis do you know how to manually fix it in an override in package.json?

@strarsis
Copy link
Author

strarsis commented Jun 28, 2016

@davidbfrogman
You could use one of the forks with sharp dependency version fixed and npm-install directly from Github:

npm install --save romangetman/gulp-sharp

Alternatively, search for a fork published on npm or even publish as npm package on your own.
Note: According to its README, this project is no longer maintained anymore.

@davidbfrogman
Copy link

FYI, I will most likely be keeping my own personal fork pretty up to date, as this is a pretty critical part of my build process. If someone's looking for a working build of this: https://github.com/davidbfrogman/gulp-sharp

@thierryc
Copy link

thierryc commented Aug 3, 2017

Mine too https://github.com/thierryc/gulp-sharp

#13

install NPM

npm install git+ssh://[email protected]/thierryc/gulp-sharp.git --save 

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants