How to Install noble NPM Packages on Ubuntu / Debian

How to Install noble software package in NPM Packages

noble : A Node.js BLE (Bluetooth Low Energy) central library.. You can installing noble 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
$ sudo npm install -g noble

If want to update the noble package execute the command as below,

$ sudo npm update noble

Update package globally,

$ npm install -g noble

Git clone:

$ sudo  git clone https://github.com/rektide/noble.git
$ sudo  npm install -g ./noble

noble@1.8.1 /usr/lib/node_modules/noble

How to remove noble package :

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

$ sudo npm uninstall noble

Basic Information of noble NPM Package:

Package Name noble
Version 1.8.1
Description A Node.js BLE (Bluetooth Low Energy) central library.
Released Date 2017-04-17T01:00:11.982Z
Published by sandeepmistry
How to Learn https://www.npmjs.com/package/noble/tutorial