[Vuejs]-How to uninstall VUE 4.1.2

0👍

npm uninstall -g @vue/cli

Try this, and that’s just remove vue-cli from your dependencies. If the project is vue-based, whether you remove the library or restart new project base.

0👍

You should run npm uninstall -g @vue/cli
according to this: https://forum.vuejs.org/t/how-to-uninstall-vue-cli-3/74083

Leave a comment