I changed the module in nodejs, from commonjs to the ES6 module, which changes from require to import. but when I run npx sequelize db:mirgate has an error.
I have tried to change the requires in the node_modules/umzug/lib/migration.js folder. but it doesn't solve anything. anyone who knows, please help. thanks
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)