Sequelize can't run seeders due to dialect not detected on config file ("ERROR: Dialect needs to be explicitly supplied")
- Leon Matota
- 12 Feb 2024
## Question I have a `nodejs` project that uses `sequelizejs` and now the config file as a `config.json` looks like this: ```json { "development": { "users": { "username": "postgres",
Read More