You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: