I am getting a bit confused here. <https://github.com/apache/cordova/issues/16#issuecomment-422374967> and <https://github.com/apache/cordova/issues/16#issuecomment-422375635> indicate to me that we should skip `cross-spawn` and use `execa` right away, while <https://github.com/apache/cordova-common/pull/50#issuecomment-422380691> and <https://github.com/apache/cordova-common/pull/50#issuecomment-422386418> indicate to me that we take a two-step process (use `cross-spawn` first then use `execa`).
I would personally favor the two-step process: * first use `cross-spawn` as proposed in <https://github.com/apache/cordova-common/pull/50> to solve the problem * then we migrate to `execa` and get rid of our `cordova-common/superspawn` as discussed here @raphinesse can you please straighten me out here? I would also like to motion that we hide or remove the following comments as "off-topic": - <https://github.com/apache/cordova-common/pull/50#issuecomment-422380691> - <https://github.com/apache/cordova-common/pull/50#issuecomment-422386418> - <https://github.com/apache/cordova-common/pull/50#issuecomment-422388901> [ Full content available at: https://github.com/apache/cordova/issues/16 ] This message was relayed via gitbox.apache.org for [email protected]
