azure-iot-device : Azure IoT device SDK. You can installing azure-iot-device 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-device $ sudo npm install -g azure-iot-device
If want to update the azure-iot-device package execute the command as below,
$ sudo npm update azure-iot-device
Update package globally,
$ npm install -g azure-iot-device
$ sudo git clone https://github.com/rektide/azure-iot-device.git
$ sudo npm install -g ./azure-iot-device
azure-iot-device@1.2.2 /usr/lib/node_modules/azure-iot-device
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall azure-iot-device
Package Name | azure-iot-device |
Version | 1.2.2 |
Description | Azure IoT device SDK |
Released Date | 2017-11-15T19:56:45.655Z |
Published by | pierreca |
How to Learn | https://www.npmjs.com/package/azure-iot-device/tutorial |