How to Install sequelize NPM Packages on Ubuntu / Debian

How to Install sequelize software package in NPM Packages

sequelize : Multi dialect ORM for Node.JS. You can installing sequelize 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
$ sudo npm install -g sequelize

If want to update the sequelize package execute the command as below,

$ sudo npm update sequelize

Update package globally,

$ npm install -g sequelize

Git clone:

$ sudo  git clone https://github.com/rektide/sequelize.git
$ sudo  npm install -g ./sequelize

sequelize@4.23.0 /usr/lib/node_modules/sequelize

How to remove sequelize package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall sequelize

Basic Information of sequelize NPM Package:

Package Name sequelize
Version 4.23.0
Description Multi dialect ORM for Node.JS
Released Date 2017-11-25T07:48:55.751Z
Published by sushantdhiman
How to Learn https://www.npmjs.com/package/sequelize/tutorial