Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSequelize fails with "Cannot read property 'setMaxListeners' of undefined" #143
Comments
|
Hey, |
|
Sure, we're on 6.2.2 |
|
Oops, didn't mean to close this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just tried installing the client (3.12.2) with our app, and it's crashing trying to do sql queries. Sequelize is version 3.30.4, Mysql is version 2.13.0.
TypeError: Cannot read property 'setMaxListeners' of undefined
at [...] node_modules/sequelize/lib/dialects/mysql/query.js:53:7
at Promise.cancellationExecute [as _execute] ([...] node_modules/bluebird/js/release/debuggability.js:321:9)
at Promise._resolveFromExecutor ([...] bluebird/js/release/promise.js:483:18)
at new Promise ([...] node_modules/bluebird/js/release/promise.js:79:10)