### Version 3.0.0-rc.10 ### Node and OS info npm 6.2.0 / node 10.7.0 ### Steps to reproduce Go to tasks and serve a project ### What is expected? a break before "DONE" ### What is actually happening? "DONE" comes right after the "processing" message  <!-- generated by vue-issues. DO NOT REMOVE -->
Activity
Akryum commentedon Aug 7, 2018
I guess it's trying to clear the console but for some reason it doesn't work.
katerlouis commentedon Aug 8, 2018
I found another occurance of the bug
Maybe more cases help figuring out why things happen.
Akryum commentedon Aug 15, 2018
Maybe we could look at VS Code to see how they handle this in their integrated terminal (using the same technology, xterm).
katerlouis commentedon Aug 18, 2018
Can't help there :D –
But I will keep my eye open if this changes and poke you when it doesn't ^^
haoqunjiang commentedon Mar 12, 2019
Seems no longer reproducible?
katerlouis commentedon Mar 25, 2019
I can't tell you why, but it's still occuring to me:
got vue-cli version 3 (I guess? :D)
and use it in an Electron wrapper
but also have the issue in Chrome 72.0.3626.119 on macOS 10.13.6 High Sierra
LinusBorg commentedon Mar 25, 2019
Did you update your
@vue/*
dependencies ever since you opened the issue? Or all dependencies, for that matter (delete lockfile and re-install)?Does it happen on a fresh project?
Does it happen in a normal terminal or in VSCode's terminal or both?
gtsiolis commentedon Nov 5, 2020
@katerlouis are you still seeing this?
katerlouis commentedon Nov 5, 2020
Not quite, but still kinda :D (see the grey time)
different project created with
vue-cli
quite recently (2-3 months ago)Here's the package.json
EDIT:
$ vue ui
targets globally installed vue-cli, right? (npm noob here)Can't remember when I last updated this, here's the version. I could update and look again tomorrow. But now I need to sleep :D
