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