vue/cli搭建项目,启动报错:Multiple assets emit different content to the same filename index.html

安装cnpm install -g @vue/cli
vue -V 版本 @vue/cli 5.0.1
创建项目 vue create project-name
启动:npm run serve
报错:ERROR in Conflict: Multiple assets emit different content to the same filename index.html
尝试:当我把public/index.html 删掉时,项目可以启动,但没有页面显示,是不是要配置入口啊
求解救

把路径里的中文全换成英文就好了

删了重建

有解决方法了吗

更新vue/cli 5.0.1后,创建的项目出现这个问题,不知道这个最新版本需要怎样的配置才行?
我将vue/cli重装 3.x 后创建项目就没问题了。

是不是名字重复了,index.html,换个名字试试