How to Install slack-client NPM Packages on Ubuntu / Debian

How to Install slack-client software package in NPM Packages

slack-client : A library for creating a Slack client. You can installing slack-client 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 slack-client
$ sudo npm install -g slack-client

If want to update the slack-client package execute the command as below,

$ sudo npm update slack-client

Update package globally,

$ npm install -g slack-client

Git clone:

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

slack-client@2.0.6 /usr/lib/node_modules/slack-client

How to remove slack-client package :

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

$ sudo npm uninstall slack-client

Basic Information of slack-client NPM Package:

Package Name slack-client
Version 2.0.6
Description A library for creating a Slack client
Released Date 2016-05-22T22:15:54.625Z
Published by l12s
How to Learn https://www.npmjs.com/package/slack-client/tutorial