You are using Node v10.14.2, but this version of @vue/cli requires Node ^12.0.0 || >= 14.0.0
1.运行vue -v错误信息如下
2.解决方法
(1)执行卸载命令删除当前vue-cli:
cmd窗口输入:npm uninstall -g @vue/cli
2、执行如下命令安装低版本的:
npm install -g @vue/cli@4.5.13
3、在cmd中执行:vue -V 命令;展示成功。