DEV Community

Luiz  Cruz
Luiz Cruz

Posted on

Sequelize CLI migration error Cannot read properties of undefined (reading 'detail')

I'm running npx sequelize-cli db:migrate to create the table in the database and returns the following message:

Sequelize CLI [Node: 18.9.1, CLI: 6.5.1, ORM: 6.20.1]
ERROR: Cannot find "/src/db/migrations/config/config.json". Have you run "sequelize init"?

ERROR: Cannot read properties of undefined (reading 'detail')
sequelize-cli db:migrate

Run pending migrations

But I have…

Top comments (0)