vuejs / vue-cli

🛠️ webpack-based tooling for Vue.js Development
https://cli.vuejs.org/
MIT License
29.76k stars 6.33k forks source link

Stale task parameters showing up in plugin configuration. #4655

Open Mantic opened 5 years ago

Mantic commented 5 years ago

Version

3.11.0

Environment info

Environment Info:

  System:
    OS: Windows 10
    CPU: (16) x64 AMD Ryzen 7 3800X 8-Core Processor
  Binaries:
    Node: 12.11.1 - C:\Program Files\nodejs\node.EXE
    Yarn: Not Found
    npm: 6.11.3 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: 44.18362.387.0
  npmPackages:
    @vue/babel-helper-vue-jsx-merge-props:  1.0.0
    @vue/babel-plugin-transform-vue-jsx:  1.0.0
    @vue/babel-preset-app:  3.11.0
    @vue/babel-preset-jsx:  1.1.0
    @vue/babel-sugar-functional-vue:  1.0.0
    @vue/babel-sugar-inject-h:  1.0.0
    @vue/babel-sugar-v-model:  1.0.0
    @vue/babel-sugar-v-on:  1.1.0
    @vue/cli-overlay:  3.11.0
    @vue/cli-plugin-babel: ^3.11.0 => 3.11.0
    @vue/cli-plugin-eslint: ^3.11.0 => 3.11.0
    @vue/cli-service: ^3.11.0 => 3.11.0
    @vue/cli-shared-utils:  3.11.0
    @vue/component-compiler-utils:  3.0.0
    @vue/preload-webpack-plugin:  1.1.1
    @vue/web-component-wrapper:  1.2.0
    eslint-plugin-vue: ^5.0.0 => 5.2.3 (4.7.1)
    vue: ^2.6.10 => 2.6.10
    vue-cli-plugin-buefy: ^0.3.7 => 0.3.7
    vue-eslint-parser:  2.0.3 (5.0.0)
    vue-hot-reload-api:  2.3.4
    vue-loader:  15.7.1
    vue-router: ^3.0.3 => 3.1.3
    vue-style-loader:  4.1.2
    vue-template-compiler: ^2.6.10 => 2.6.10
    vue-template-es2015-compiler:  1.9.1
    vuex: ^3.0.1 => 3.1.1
  npmGlobalPackages:
    @vue/cli: Not Found

Steps to reproduce

1) run "vue ui" 2) create an empty project (without starter content) and "default preset" 3) in project manager, click on "tasks" -> "serve" -> "parameters", then click save to close. 4) click on "plugins" -> "add plugin"

What is expected?

I expect I'm supposed to see a list of plugins I can install.

What is actually happening?

I see the same configuration parameters that was in the tasks->serve->parameters page. I am unable to select "search" or "files changed" tabs (no response).


This is my first <5 minute foray into vue.js, hopefully this is just a minor bug.

Mantic commented 5 years ago

Related (I think), I'm getting a lot of 404's when simply running vue ui. then even more when I try to install a plugin. I think the ui is half-loading, causing a chain of other issues.

2019-10-07 20 10 24

2019-10-07 20 08 09