-
Notifications
You must be signed in to change notification settings - Fork 26
windows: bash.exe path
Michał edited this page Sep 15, 2018
·
4 revisions
process.env.hasOwnProperty('PROCESSOR_ARCHITEW6432')
? "C:\\Windows\\sysnative\\bash.exe"
: "C:\\Windows\\System32\\bash.exe";
When using shell (cmd or powershell), simple bash
call seems to do the trick, no need to use full path.