I would like to get started with, and use yarn.
I am using cygwin on windows, I launch and type:
$yarn init
and I get:
$ yarn init
yarn init v1.12.3
error An unexpected error occurred: "Can't answer a question unless a user TTY".
info If you think this is a bug, please open a bug report with the information provided in "C:\\home\\code\\repos\\pwa\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/init for documentation about this command.
What does means: "Can't answer a question unless a user TTY"?
Am I prevented from using a bash shell provided by cygwin with yarn? I could not find any document telling me what terminal/shell I should download and use.
I need to be productive using my bash shell with scripts, aliases, command line completion, and have access to a full range of gnu commands for scripting and so therefore a DOS command prompt or powershell is not an option.