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

How to Install azure-common software package in NPM Packages

azure-common : Microsoft Azure Common Client Library for node. You can installing azure-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 azure-common
$ sudo npm install -g azure-common

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

$ sudo npm update azure-common

Update package globally,

$ npm install -g azure-common

Git clone:

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

azure-common@0.9.19 /usr/lib/node_modules/azure-common

How to remove azure-common package :

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

$ sudo npm uninstall azure-common

Basic Information of azure-common NPM Package:

Package Name azure-common
Version 0.9.19
Description Microsoft Azure Common Client Library for node
Released Date 2017-04-14T19:03:08.186Z
Published by windowsazure
How to Learn https://www.npmjs.com/package/azure-common/tutorial