How to Install bitly NPM Packages on Ubuntu / Debian

How to Install bitly software package in NPM Packages

bitly : A Bit.ly API library for Node.JS. You can installing bitly 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 bitly
$ sudo npm install -g bitly

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

$ sudo npm update bitly

Update package globally,

$ npm install -g bitly

Git clone:

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

bitly@5.0.12 /usr/lib/node_modules/bitly

How to remove bitly package :

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

$ sudo npm uninstall bitly

Basic Information of bitly NPM Package:

Package Name bitly
Version 5.0.12
Description A Bit.ly API library for Node.JS
Released Date 2017-11-08T14:36:29.966Z
Published by tanepiper
How to Learn https://www.npmjs.com/package/bitly/tutorial