ERROR: Download of https://dl.bintray.com/lovell/sharp/... failed
See original GitHub issueIt appears the link to the binary for sharp is having issues on npm install.
I’m getting this error:
ERROR: Download of https://dl.bintray.com/lovell/sharp/libvips-8.5.5-linux-x64.tar.gz failed: Response code 500 (Internal Server Error)
It appears the link https://dl.bintray.com/lovell/sharp/libvips-8.5.5-linux-x64.tar.gz is having issues.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:16 (10 by maintainers)
Top Results From Across the Web
Installing npm sharp module on Ubuntu failed - Stack Overflow
I faced issue while was trying to install sharp module on ubuntu ... 308 error sharp: Downloading https://github.com/lovell/sharp-libvips/ ...
Read more >fossasia/open-event-wsgen - Gitter
ERROR : Download of https://dl.bintray.com/lovell/sharp/libvips-8.5.5-linux-x64.tar.gz failed: ... Failed at the sharp@0.18.1 install script. npm ERR!
Read more >sharp - Bountysource
The fastest Node.js module for resizing JPEG, PNG, WebP and TIFF images. Uses the libvips library. Become a Bounty Hunter You're a Bounty ......
Read more >403 Error while downloading dependency | Bitbucket Cloud
Hello! I'm getting this error while trying to install the sharp dependency on a pipeline. It started to happen this like 8 hours...
Read more >Code coverage report for node-npmtest-sharp/node_modules ...
... const distBaseUrl = 'https://dl.bintray.com/lovell/sharp/'; // Use ... function (err) { error('Download of ' + url + ' failed: ' + ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@lovell Please consider to use Github releases instead of unreliable Bintray. e.g. electron-builder migrated to Github and now users are happy (last month Bintray returns or 404, or 500 error). Or releases to both and fallback to GitHub 😃
v0.18.2 now available with support for
SHARP_DIST_BASE_URL. Let’s use #851 to track support for Github Releases.