How can i fix this
Try this
if (process.stdin.isTTY) {
process.stdin.setRawMode(true);
}
I found this on stackoverflow
1 Like
How can i fix this
Try this
if (process.stdin.isTTY) {
process.stdin.setRawMode(true);
}
I found this on stackoverflow