yarn icon indicating copy to clipboard operation
yarn copied to clipboard

fix(windows) #5349 node and yarn can't be launch on Git BASH

Open JulioJu opened this issue 5 years ago • 0 comments

As npm workaround, launch node.exe

See also https://github.com/npm/cli/blob/bd2721dbc3de13a5ba889eba50644475d80f6948/bin/npm

Summary

The existing problem that is solves it that on some computers, with some installations on Git Bash https://gitforwindows.org/ . See also the corresponding issue #5349 .

It's not a big change, therefore I don't update CHANGELOG.md .

Test plan

With https://gitforwindows.org/ simply run for instance:

yarn --version

JulioJu avatar Sep 24 '20 20:09 JulioJu