I am using sequalize and I'm trying to run auto migrations with the following library: https://github.com/flexxnn/sequelize-auto-migrations with NODE_ENV=development npx sequelize-auto-migrations --name initial but i get the following error:
Class constructor Authentication cannot be invoked without 'new'
I am using sequalize and I'm trying to run auto migrations with the following library: https://github.com/flexxnn/sequelize-auto-migrations with
NODE_ENV=development npx sequelize-auto-migrations --name initial
but i get the following error:node: v12.16.3
Im not using babel or anything else.