stty sane (opens in new tab)
I have a npm-run-all command in my project that I use to start up the frontend and the backend (dotnet run) at the same time. However, after ctrl-c and exiting the command it leaves it in a bad state.
Read the original article