Skip to content

Commit 869cd40

Browse files
authored
Add grunt-exec known issue to README (#1071)
1 parent caefb11 commit 869cd40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,9 @@ Running Inquirer together with network streams in Windows platform inside some t
379379
Workaround: run inside another terminal.
380380
Please refer to the https://github.com/nodejs/node/issues/21771
381381

382+
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'`.
383+
Please refer to https://github.com/jharding/grunt-exec/issues/85
384+
382385
## News on the march (Release notes)
383386

384387
<a name="news"></a>

0 commit comments

Comments
 (0)