I\'m getting below error on expressJs with Sequelize
DeprecationWarning: A boolean value was passed to options.operatorsAliases. This is a no-op with v5 and shou
Based on my experience
Go to your file
app\models\index.js
const sequelize = new Sequelize( ... operatorsAliases: 0, // change this to zero ... );
run again
"node server.js"