You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
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.