I am trying to use Gulp and Node.Js to stream my process for minifying and concatenating CSS/JS files for production.
Here is what I have done.
I was having the same exception with node v12.13.1,
Downgraded node to v10.15.3 and it works fine now.