How to Install composer-common NPM Packages on Ubuntu / Debian

How to Install composer-common software package in NPM Packages

composer-common : Hyperledger Composer Common, code that is common across client, admin and runtime.. You can installing composer-common 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 composer-common
$ sudo npm install -g composer-common

If want to update the composer-common package execute the command as below,

$ sudo npm update composer-common

Update package globally,

$ npm install -g composer-common

Git clone:

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

composer-common@0.15.2 /usr/lib/node_modules/composer-common

How to remove composer-common package :

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

$ sudo npm uninstall composer-common

Basic Information of composer-common NPM Package:

Package Name composer-common
Version 0.15.2
Description Hyperledger Composer Common, code that is common across client, admin and runtime.
Released Date 2017-11-23T14:15:06.892Z
Published by hyperledger-ci
How to Learn https://www.npmjs.com/package/composer-common/tutorial