I need to install the node.js module sequelize-cli as global to use database migrations on my sequelize ORM schema from the ssh command line. To install the module, can I run an ssh command like:
npm install -g sequelize-cli
How could it be managed when the application scale?