How to Install noble-device NPM Packages on Ubuntu / Debian

How to Install noble-device software package in NPM Packages

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

Git clone:

$ 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

How to remove noble-device package :

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

$ sudo npm uninstall noble-device

Basic Information of noble-device NPM Package:

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