irc : An IRC client library for node. You can installing irc 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 irc $ sudo npm install -g irc
If want to update the irc package execute the command as below,
$ sudo npm update irc
Update package globally,
$ npm install -g irc
$ sudo git clone https://github.com/rektide/irc.git
$ sudo npm install -g ./irc
irc@0.5.2 /usr/lib/node_modules/irc
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall irc
| Package Name | irc |
| Version | 0.5.2 |
| Description | An IRC client library for node |
| Released Date | 2016-11-25T08:55:56.642Z |
| Published by | jirwin |
| How to Learn | https://www.npmjs.com/package/irc/tutorial |