运行 vue create 项目名称
报错后会有这样一个文件夹出现
1、修改镜像源为淘宝镜像源后再试试,命令如下
npm config set registry https://registry.npm.taobao.org
2、不再推荐使用Vue Cli构建Vue项目,推荐使用create-vue,或者vite
3、出现.git是因为你的项目在构建过程中在安装git仓库,而package.json文件则是基于nodejs的项目都会有的重要文件
npm vue init demo
应该是vue-cli的问题,github有讨论:https://github.com/vuejs/vue-cli/issues/7106
可以使用pnpm6安装
或者使用pnpm7,并设置参数 strict-peer-dependencies=true