egg icon indicating copy to clipboard operation
egg copied to clipboard

egg-sequelize 中依赖的 sequelize 包升级导致 tsc 编译错误

Open OnlyFlyer opened this issue 2 years ago • 1 comments

Node Version: 16.11.0 Egg Version: 2.29.4 Plugin Name: egg-sequelize Plugin Version: 6.0.0 Platform: mac

Mini Showcase Repository:

image image

egg-sequelize 依赖于 sequelize,前一段时间用的 是 [email protected] 一直正常,最近删除了 lock 文件,install 之后,sequelize升级到了 6.17.0, yarn run tsc 报错,如上图,手动 install 下载 [email protected] 后 tsc 恢复正常,希望 egg-sequelize 能够锁定依赖中 sequelize 的版本或者直接解决该问题。

OnlyFlyer avatar Mar 02 '22 08:03 OnlyFlyer

升级 typescript 4 以上就可以了

xiaosu12138 avatar Mar 11 '22 03:03 xiaosu12138