You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite being bash, Node.js running on windows git mingw bash still
executes child processes using cmd.exe. As a result, arguments in this
environment need to be escaped in the style of cmd.exe, not bash.
0 commit comments