Skip to content

serve DONE output bug #2085

@katerlouis

Description

@katerlouis
Contributor

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

image

Activity

Akryum

Akryum commented on Aug 7, 2018

@Akryum
Member

I guess it's trying to clear the console but for some reason it doesn't work.

katerlouis

katerlouis commented on Aug 8, 2018

@katerlouis
ContributorAuthor

I found another occurance of the bug
Maybe more cases help figuring out why things happen.

image

Akryum

Akryum commented on Aug 15, 2018

@Akryum
Member

Maybe we could look at VS Code to see how they handle this in their integrated terminal (using the same technology, xterm).

katerlouis

katerlouis commented on Aug 18, 2018

@katerlouis
ContributorAuthor

Can't help there :D –
But I will keep my eye open if this changes and poke you when it doesn't ^^

haoqunjiang

haoqunjiang commented on Mar 12, 2019

@haoqunjiang
Member

Seems no longer reproducible?

katerlouis

katerlouis commented on Mar 25, 2019

@katerlouis
ContributorAuthor

I can't tell you why, but it's still occuring to me:

image

got vue-cli version 3 (I guess? :D)

$ vue --version
3.5.0

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

LinusBorg commented on Mar 25, 2019

@LinusBorg
Member

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

gtsiolis commented on Nov 5, 2020

@gtsiolis
Contributor

@katerlouis are you still seeing this?

katerlouis

katerlouis commented on Nov 5, 2020

@katerlouis
ContributorAuthor

Not quite, but still kinda :D (see the grey time)

image

different project created with vue-cli quite recently (2-3 months ago)
Here's the package.json

  "dependencies": {
    "@saeris/vue-spinners": "^1.0.8",
    "@tonaljs/tonal": "^4.1.0",
    "gsap": "^3.5.0",
    "tone": "^14.7.39",
    "url-crypt": "^1.2.1",
    "v-hotkey": "^0.8.0",
    "vue": "^2.6.11",
    "vue-router": "^3.0.3",
    "vuex": "^3.5.1"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.12.1",
    "@vue/cli-plugin-eslint": "^3.12.1",
    "@vue/cli-service": "^3.12.1",
    "babel-eslint": "^10.1.0",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.2.3",
    "less": "^3.12.2",
    "less-loader": "^4.1.0",
    "node-sass": "^4.14.1",
    "sass-loader": "^9.0.3",
    "vue-template-compiler": "^2.6.11"
  },

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
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @gtsiolis@yyx990803@LinusBorg@katerlouis@Akryum

        Issue actions

          `serve` DONE output bug · Issue #2085 · vuejs/vue-cli