Ao executar o comando recebo o seguinte erro no terminal, o que pode ser?
npx sequelize-cli db:migrate
Sequelize CLI [Node: 16.15.0, CLI: 6.4.1, ORM: 6.19.2]
ERROR: Error reading "api\config\config\json". Error: TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension "" for C:\Users\Denise\Alura Node JS\orm-com-node\api\config\config\json. Loading extensionless files is not supported inside of "type":"module" package.json contexts. The package.json file C:\Users\Denise\Alura Node JS\orm-com-node\package.json caused this "type":"module" context. Try changing C:\Users\Denise\Alura Node JS\orm-com-node\api\config\config\json to have a file extension. Note the "bin" field of package.json can point to a file with an extension, for example {"type":"module","bin":{"json":".\api\config\config\json.js"}}