How to Install i2c-bus NPM Packages on Ubuntu / Debian

How to Install i2c-bus software package in NPM Packages

i2c-bus : I2C serial bus access with Node.js. You can installing i2c-bus 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 i2c-bus
$ sudo npm install -g i2c-bus

If want to update the i2c-bus package execute the command as below,

$ sudo npm update i2c-bus

Update package globally,

$ npm install -g i2c-bus

Git clone:

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

i2c-bus@1.2.4 /usr/lib/node_modules/i2c-bus

How to remove i2c-bus package :

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

$ sudo npm uninstall i2c-bus

Basic Information of i2c-bus NPM Package:

Package Name i2c-bus
Version 1.2.4
Description I2C serial bus access with Node.js
Released Date 2017-11-04T09:40:53.418Z
Published by fivdi
How to Learn https://www.npmjs.com/package/i2c-bus/tutorial