ijs / webp-webpack-plugin

webpack plugin for making webp format file
https://ijs.github.io/webp-webpack-plugin/
MIT License
40 stars 7 forks source link

Download of https://dl.bintray.com/lovell/sharp/... failed #9

Closed webaifei closed 5 years ago

webaifei commented 5 years ago

DESC

when use webp-webpack-plugin ERROR: Download of https://dl.bintray.com/lovell/sharp/... failed And i update sharp to 0.21.0, the issue can be resolved. Could you update your sharp denpency? Thanks.

ENV

vue-cli2 node v8.12.0 npm 6.4.1

OS Platform: MacBook Pro 10.13.6

webpack Version: ^3.6.0

code

 // webp图片格式
        new WebPWebpackPlugin({
            match: /(jpe?g|png)$/,
            format: "[name].webp"
        }),

error message

ERROR: Download of https://dl.bintray.com/lovell/sharp/... failed 

more description

i update the sharp version to ^0.21.0。

other

jiangtao commented 5 years ago

挂上vpn试试?