Published
- 1 min read
uninstall vue from my system
The solution for this is noted below
uninstall vue from my system
Solution
npm uninstall -g @vue/cli
#or
yarn global remove @vue/cli
Try other methods by searching on the site. That is if this doesn’t work