卸载vue-cli2之后安装vue-cli3 报错
npm ERR! code EEXIST
npm ERR! path D:\software\node.js\node_global\node_modules@vue\cli\bin\vue.js
npm ERR! dest D:\software\node.js\node_global\vue.ps1
npm ERR! EEXIST: file already exists, cmd shim ‘D:\software\node.js\node_global\node_modules@vue\cli\bin\vue.js’ -> ‘D:\software\no
de.js\node_global\vue.ps1’
npm ERR! File exists: D:\software\node.js\node_global\vue.ps1
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.
npm ERR! A complete log of this run can be found in:
npm ERR! D:\software\node.js\node_cache_logs\2020-08-26T02_52_10_425Z-debug.log
npm uninstall vue-cli
第二步:全局安装vue-cli3.0
npm uninstall vue-cli
第二步:全局安装vue-cli3.0
npm install @vue/cli -g
第三步: vue create Vuetest(项目 名称)
运行结果~~问题解决
Vue CLI v4.5.4
✨ Creating project in F:\前端学习\VUEStudy\vuetest.
⚙️ Installing CLI plugins. This might take a while…