stot3

Results 6 comments of stot3

I also had this problem, running from google functions. I was using Node 6, I seen in later versions these had been added to Node, I upgraded to 10 runtime,...

I can also confirm I'm having the same problem. ` promise = imageMin([filePath], tmpdir ,{ use: [ imageMinWebP({quality: 80}) ] } )` is how I am calling it, and I...

` promise = imageMin([filePath], tmpdir ,{ plugins: [ imageMinWebP({quality: 80}) ] } )` also returns the same problem.

Okay, I appreciate the help.

I think most of this can be solved, if I learn to test the functions, but atm, I'm building a file converter (png to webp), I want to just pass...