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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall composer-common
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 |