slack : Slack API client written in JS. You can installing slack 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 $ sudo npm install -g slack
If want to update the slack package execute the command as below,
$ sudo npm update slack
Update package globally,
$ npm install -g slack
$ sudo git clone https://github.com/rektide/slack.git
$ sudo npm install -g ./slack
slack@9.0.9 /usr/lib/node_modules/slack
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall slack
| Package Name | slack |
| Version | 9.0.9 |
| Description | Slack API client written in JS |
| Released Date | 2017-11-01T15:29:34.334Z |
| Published by | danprince |
| How to Learn | https://www.npmjs.com/package/slack/tutorial |