noble-device : A Node.js lib to abstract BLE (Bluetooth Low Energy) peripherals, uses noble. You can installing noble-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 noble-device $ sudo npm install -g noble-device
If want to update the noble-device package execute the command as below,
$ sudo npm update noble-device
Update package globally,
$ npm install -g noble-device
$ sudo git clone https://github.com/rektide/noble-device.git
$ sudo npm install -g ./noble-device
noble-device@1.4.1 /usr/lib/node_modules/noble-device
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall noble-device
Package Name | noble-device |
Version | 1.4.1 |
Description | A Node.js lib to abstract BLE (Bluetooth Low Energy) peripherals, uses noble |
Released Date | 2016-09-17T19:33:56.845Z |
Published by | sandeepmistry |
How to Learn | https://www.npmjs.com/package/noble-device/tutorial |