On Windows, concurrently uses CMD to run commands and doesn't honor the npm script-shell config param.
Example:
npm config set script-shell "c:\\program files\\git\\bin\bash.exe"
concurently -k "BROWSER=none npm start" "npm:electron"
[0] 'BROWSER' is not recognized as an internal or external command,
[0] operable program or batch file.
On Windows, concurrently uses CMD to run commands and doesn't honor the npm script-shell config param.
Example:
[0] 'BROWSER' is not recognized as an internal or external command,
[0] operable program or batch file.