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
- [Vuejs]-I can't use datalist's change event in vue.js, change event is not working
- [Vuejs]-How to force vue to wait for async <script> to run before mounting components
Source:stackexchange.com