查看 NPM、Yarn 全局安装的包

  1. npm uninstall -g vue-cli
  2. npm install -g @vue/cli
     
  1.  yarn global remove vue-cli
  2.  yarn global add @vue/cli
原文地址:https://www.cnblogs.com/gqx-html/p/14479951.html