[Vuejs]-I can't uninstall vue from ubuntu

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

Leave a comment