Closed jaruba closed 3 years ago
timedPromise.finally is not a function
could this be a node.js version incompatibility? what node version is required for this module?
https://github.com/imagemin/imagemin-mozjpeg/commit/96e94271cea3ac69d8d67b69356994750e240a52
ok, it needs node.js v10+
I've been trying to use this on Win 10.
My code:
And I get this error:
I checked and
I:\media-test\node_modules\mozjpeg\vendor\cjpeg.exe
does exist, i tried to run this executable with no arguments and it worked to run it (although gave no output). I know the path to the image and the destination folder are also correct as the same code does work when I try it withimagemin-jpegtrans
.Any help would be appreciated.