We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hardhat
As mentioned in https://www.notion.so/nomicfoundation/hardhat-init-v3-5dad46fe591d4d88afda6d5f448e6a56?pvs=4#103578cdeaf580c18a7ec63af06b88fe, historically, hardhat could not operate interactively in some setups, e.g. Windows x Git Bash. Some tools approach this problem by running their own process via winpty (e.g. yarn).
Windows
Git Bash
winpty
yarn
As part of this task one should:
process.stdout.isTTY
The text was updated successfully, but these errors were encountered:
galargh
No branches or pull requests
As mentioned in https://www.notion.so/nomicfoundation/hardhat-init-v3-5dad46fe591d4d88afda6d5f448e6a56?pvs=4#103578cdeaf580c18a7ec63af06b88fe, historically,
hardhat
could not operate interactively in some setups, e.g.Windows
xGit Bash
. Some tools approach this problem by running their own process viawinpty
(e.g.yarn
).As part of this task one should:
process.stdout.isTTY
is still being set incorrectly for themhardhat
viawinpty
solves the issue and/or fina alternative solutionsThe text was updated successfully, but these errors were encountered: