If you are using windows and using babun or cygwin,
if you come across “stdin is not tty” when you try to run yarn
then there is a simple fix available ๐
in your ~/.zshrc
add an alias like alias yarn="yarn.cmd"
and then you should be able to use yarn
command as usual ๐