Skip to content

Commit

Permalink
Add grunt-exec known issue to README (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjperry611 committed Dec 6, 2021
1 parent caefb11 commit 869cd40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ Running Inquirer together with network streams in Windows platform inside some t
Workaround: run inside another terminal.
Please refer to the https://github.com/nodejs/node/issues/21771

Calling a node script that uses Inquirer from grunt-exec can cause the program to crash. To fix this, add to your grunt-exec config `stdio: 'inherit'`.
Please refer to https://github.com/jharding/grunt-exec/issues/85

## News on the march (Release notes)

<a name="news"></a>
Expand Down

0 comments on commit 869cd40

Please sign in to comment.