What if I can't delete vue-cli?

  ~  sudo npm uninstall vue-cli -g
Password:
up to date in 0.044s
  ~  vue --version
3.0.0-beta.9
Dec.25,2021

solved. There is a @ vue directory under the ~ / .config/yarn/global/node_modules directory. Delete it

rm -rf Users/zhangwei/.config/yarn/global/node_modules/@vue
Menu