【发布时间】:2017-06-07 00:24:05
【问题描述】:
我克隆了这个应用程序 https://github.com/sequelize/express-example,这似乎是官方的 sequelize express 示例,但是当我尝试运行它时出现此错误
Unhandled rejection TypeError: Cannot read property '_pseudo' of undefined
at conformInclude (/Users/wasswasam/express-example-master/node_modules/sequelize/lib/model.js:277:14)
我不确定发生了什么。
【问题讨论】:
标签: node.js express sequelize.js