Steps to reproduce:
- Make sure you have a script called "dev" in your package.json with the command
nuxt dev;
- Run
yarn dev;
- press CTRL+C.
You should see a lot of garbage on your terminal and things like CTRL+L or CTRL+C won't work until you press Enter.
It bugs on both BASH and FISH.
Running ./node_modules/nuxt/bin/nuxt.mjs dev has no such issues.