How to Install bleno NPM Packages on Ubuntu / Debian

How to Install bleno software package in NPM Packages

bleno : A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals. You can installing bleno 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 bleno
$ sudo npm install -g bleno

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

$ sudo npm update bleno

Update package globally,

$ npm install -g bleno

Git clone:

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

bleno@0.4.2 /usr/lib/node_modules/bleno

How to remove bleno package :

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

$ sudo npm uninstall bleno

Basic Information of bleno NPM Package:

Package Name bleno
Version 0.4.2
Description A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals
Released Date 2017-03-13T00:37:22.391Z
Published by sandeepmistry
How to Learn https://www.npmjs.com/package/bleno/tutorial