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)
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)