sequelize-cli : The Sequelize CLI. You can installing sequelize-cli npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install sequelize-cli $ sudo npm install -g sequelize-cli
If want to update the sequelize-cli package execute the command as below,
$ sudo npm update sequelize-cli
Update package globally,
$ npm install -g sequelize-cli
$ sudo git clone https://github.com/rektide/sequelize-cli.git
$ sudo npm install -g ./sequelize-cli
sequelize-cli@3.1.0 /usr/lib/node_modules/sequelize-cli
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sequelize-cli
| Package Name | sequelize-cli |
| Version | 3.1.0 |
| Description | The Sequelize CLI |
| Released Date | 2017-11-18T09:47:02.846Z |
| Published by | sushantdhiman |
| How to Learn | https://www.npmjs.com/package/sequelize-cli/tutorial |