err = new Error(Command failed: ${joinedCmd}${output}); ^Error: Command failed: npm run serve at makeError (D:\development\nodejs\node_global\node_modules@vue\cli\node_modules\execa\index.js:174:9) at D:\development\nodejs\node_global\node_modules@vue\cli\node_modules\execa\index.js...
$ npm install vue -g + vue@2.5.16 updated 1 package in 4.594s 1. 2. 3. 然后执行命令查看是否可以正常使用的时候报错了: $ vue -V bash: vue: command not found 1. 2. 经搜索查询发现应该是环境变量的配置问题,所以先找到全局安装的位置,复制下图路径: 以下步骤回到了安装node的操作: 回到本机,...