How to Install bottleneck NPM Packages on Ubuntu / Debian

How to Install bottleneck software package in NPM Packages

bottleneck : Async rate limiter. You can installing bottleneck 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 bottleneck
$ sudo npm install -g bottleneck

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

$ sudo npm update bottleneck

Update package globally,

$ npm install -g bottleneck

Git clone:

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

bottleneck@1.16.0 /usr/lib/node_modules/bottleneck

How to remove bottleneck package :

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

$ sudo npm uninstall bottleneck

Basic Information of bottleneck NPM Package:

Package Name bottleneck
Version 1.16.0
Description Async rate limiter
Released Date 2017-06-19T22:46:59.083Z
Published by sgrondin
How to Learn https://www.npmjs.com/package/bottleneck/tutorial