How to Install q NPM Packages on Ubuntu / Debian

How to Install q software package in NPM Packages

q : A library for promises (CommonJS/Promises/A,B,D). You can installing q 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 q
$ sudo npm install -g q

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

$ sudo npm update q

Update package globally,

$ npm install -g q

Git clone:

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

q@1.5.1 /usr/lib/node_modules/q

How to remove q package :

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

$ sudo npm uninstall q

Basic Information of q NPM Package:

Package Name q
Version 1.5.1
Description A library for promises (CommonJS/Promises/A,B,D)
Released Date 2017-10-19T17:55:37.072Z
Published by kriskowal
How to Learn https://www.npmjs.com/package/q/tutorial