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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall slack-client
| 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 |