node-cross-spawn icon indicating copy to clipboard operation
node-cross-spawn copied to clipboard

use unix tools if available in windows

Open 1000i100 opened this issue 5 years ago • 0 comments

I use git-bash (like probably nearly all windows npm user). if i run mkdir -p plop it create me plop folder if not existant and do nothing if it exist. if i do the same as npm task or with npm-run-all it create me -p folder and plop if they don't exist and fail if there already there.

is'nt possible to use git-bash command in priority when available ?

(copy from https://github.com/mysticatea/npm-run-all/issues/145 )

1000i100 avatar Jul 16 '20 02:07 1000i100