Investigate usage of `spawn` on windows machines and verify it works
Opened this issue · 0 comments
swcolegrove commented
see src/util/asyncCommand.js
This comes from cross-spawn
package so it should hopefully work. There are issues using exec
on windows. Just need to make sure it works