I was checking the version of Vue on my computer, and I noticed I have two different versions. What's wrong here?
I recently updated my Vue CLI to 3.10.0, and got a few errors popping up. I checked my npm packages, and discovered this other version of Vue 2.5.17.
<bash>: npm list -g
vue@2.5.17
└─┬ vue-language-server@0.0.41
├─┬ @starptech/prettyhtml@0.8.16
│ ├─┬ @starptech/prettyhtml-formatter@0.8.16
│ │ ├── @starptech/expression-parser@0.8.15
│ │ ├─┬ @starptech/prettyhtml-hast-to-html@0.8.10
│ │ │ ├── ccount@1.0.3
│ │ │ ├─┬ comma-separated-tokens@1.0.5
│ │ │ │ └── trim@0.0.1
│ │ │ ├── hast-util-is-element@1.0.2 deduped
│ │ │ ├── hast-util-whitespace@1.0.2
│ │ │ ├── html-void-elements@1.0.3 deduped
│ │ │ ├── html-whitespace-sensitive-tag-names@1.0.0 deduped
│ │ │ ├─┬ property-information@5.0.1
.
.
.
<bash>: vue --version
3.10.0
Anytime is run Vue create I get a bunch of error, and I'm assuming it has to do with my two versions of Vue colliding.