How to Install irc NPM Packages on Ubuntu / Debian

How to Install irc software package in NPM Packages

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

Git clone:

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

irc@0.5.2 /usr/lib/node_modules/irc

How to remove irc package :

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

$ sudo npm uninstall irc

Basic Information of irc NPM Package:

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