0👍
Did you try to clear the cache?
The following should work:
npm uninstall -g @vue/cli
npm clear cache --force
If you are using the older version of vue cli (1.x or 2.x) like you are, then you can uninstall it like this.
npm uninstall -g vue-cli
- [Vuejs]-What is the alternative of the code below in react from vue js
- [Vuejs]-How can I show data names field in vue-multiselect plugin in edit page?
Source:stackexchange.com