imagemin / imagemin-gif2webp

gif2webp plugin for imagemin
MIT License
6 stars 2 forks source link

404 Error when trying to install on Windows #4

Open iampava opened 4 years ago

iampava commented 4 years ago

Hey!

Trying to add this package as part of this webpack plugin: https://github.com/iampava/imagemin-webp-webpack-plugin/pull/36 However, it seems that I cannot use it on my Windows machine.

This is what happens when I run npm install:

image

I did some digging and went into your install.js file and added a console.log(bin). This is the result: image

The first two links work fine, but the last one for Windows returns 404. I suspect this is the problem:

vHeemstra commented 3 years ago

See also this issue and proposed pull request (as well as a temporary workaround).