How can i fix this , i dont know how :/

How can i fix this

Try this

if (process.stdin.isTTY) {
    process.stdin.setRawMode(true);
}

I found this on stackoverflow

1 Like