Open iampava opened 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:
npm install
I did some digging and went into your install.js file and added a console.log(bin). This is the result:
install.js
console.log(bin)
The first two links work fine, but the last one for Windows returns 404. I suspect this is the problem:
See also this issue and proposed pull request (as well as a temporary workaround).
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
:I did some digging and went into your
install.js
file and added aconsole.log(bin)
. This is the result:The first two links work fine, but the last one for Windows returns 404. I suspect this is the problem: