slack-node : Slack API library for node. You can installing slack-node 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-node $ sudo npm install -g slack-node
If want to update the slack-node package execute the command as below,
$ sudo npm update slack-node
Update package globally,
$ npm install -g slack-node
$ sudo git clone https://github.com/rektide/slack-node.git
$ sudo npm install -g ./slack-node
slack-node@0.1.8 /usr/lib/node_modules/slack-node
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall slack-node
| Package Name | slack-node |
| Version | 0.1.8 |
| Description | Slack API library for node |
| Released Date | 2016-09-07T17:02:49.698Z |
| Published by | kevinburke |
| How to Learn | https://www.npmjs.com/package/slack-node/tutorial |