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
[email protected]
└─┬ [email protected]
├─┬ @starptech/[email protected]
│ ├─┬ @starptech/[email protected]
│ │ ├── @starptech/[email protected]
│ │ ├─┬ @starptech/[email protected]
│ │ │ ├── [email protected]
│ │ │ ├─┬ [email protected]
│ │ │ │ └── [email protected]
│ │ │ ├── [email protected] deduped
│ │ │ ├── [email protected]
│ │ │ ├── [email protected] deduped
│ │ │ ├── [email protected] deduped
│ │ │ ├─┬ [email protected]
.
.
.
<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.