How to Install squel NPM Packages on Ubuntu / Debian

How to Install squel software package in NPM Packages

squel : SQL query string builder. You can installing squel 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 squel
$ sudo npm install -g squel

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

$ sudo npm update squel

Update package globally,

$ npm install -g squel

Git clone:

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

squel@5.12.0 /usr/lib/node_modules/squel

How to remove squel package :

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

$ sudo npm uninstall squel

Basic Information of squel NPM Package:

Package Name squel
Version 5.12.0
Description SQL query string builder
Released Date 2017-09-27T12:07:46.057Z
Published by hiddentao
How to Learn https://www.npmjs.com/package/squel/tutorial