I want to prepare the configuration of my website on a server of my university.
I have the follow problem: npx sequelize
is not working because sequelize is not installed globally and can't install the package (I not have good rights for that).
There is a way to use sequelize locally? I need to make migrations and run seeders.