npm allows only to do cd dir && command -args, which will also run on Windows.
A change to use node‘s spawn functionality has been made in PR https://github.com/npm/npm/pull/10958, but was rejected, due to the above solution.
npm allows only to do cd dir && command -args, which will also run on Windows.
A change to use node‘s spawn functionality has been made in PR https://github.com/npm/npm/pull/10958, but was rejected, due to the above solution.