YMFE / yapi

YApi 是一个可本地部署的、打通前后端及QA的、可视化的接口管理平台
http://yapi.smart-xwork.cn/
Apache License 2.0
27.38k stars 4.79k forks source link

请问是怎么解决的 #1622

Open cytgjf opened 4 years ago

cytgjf commented 4 years ago
>  node server/install.js

 log: mongodb load success...

Error:  (node:3365) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: 初始化管理员账号 "admin@admin.com" 失败, E11000 duplicate key error collection: yapi.user index: email_1 dup key: { : "admin@admin.com" }

初始化管理员账号admin@admin.com失败是什么原因呢?是不能用这个邮箱吗?

Originally posted by @kwen8 in https://github.com/YMFE/yapi/issues/16#issuecomment-387606329

tangcent commented 4 years ago

如错误信息所言,邮箱重复了, 换一个邮箱或者去库里删掉旧的记录.


一般正常初始化之后,会有lock文件,再执行 node server/install.js应该是无效的.