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

How to Install azure-iot-common software package in NPM Packages

azure-iot-common : Common components shared by Azure IoT device and service SDKs. You can installing azure-iot-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-iot-common
$ sudo npm install -g azure-iot-common

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

$ sudo npm update azure-iot-common

Update package globally,

$ npm install -g azure-iot-common

Git clone:

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

azure-iot-common@1.2.2 /usr/lib/node_modules/azure-iot-common

How to remove azure-iot-common package :

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

$ sudo npm uninstall azure-iot-common

Basic Information of azure-iot-common NPM Package:

Package Name azure-iot-common
Version 1.2.2
Description Common components shared by Azure IoT device and service SDKs
Released Date 2017-11-03T18:42:28.258Z
Published by pierreca
How to Learn https://www.npmjs.com/package/azure-iot-common/tutorial