This repository was archived by the owner on May 1, 2020. It is now read-only.

Description
Unfortunately it looks like using cross-spawn may solve one problem, but introduce another. I can no-longer compile purescript-transformers on Windows without receiving:
Error: The command line is too long
Switching back to child_process fixes this, so I'm not really sure what to suggest here.