NEIAPI / nei

NEI 接口管理平台 源代码
https://nei.netease.com
MIT License
317 stars 77 forks source link

new (winston.Logger)在使用的winston版本为3.2.1以上版本时会提示错误 #2

Closed cnHuaShao closed 4 years ago

cnHuaShao commented 4 years ago

new (winston.Logger)在使用的winston版本为3.2.1以上版本时会提示错误

在使用高版本时修订方式 编辑server/util/log.js文件,使用 winston.createLogger 代替 new (winston.Logger)

软件环境

huntbao commented 4 years ago

默认安装不会安装这个版本的吧?后续我们可以考虑升级一下。谢谢反馈。

cnHuaShao commented 4 years ago

默认安装下不会出现这个错误,手动安装相关缺失组件时会出现