How to Install node-xmpp NPM Packages on Ubuntu / Debian

How to Install node-xmpp software package in NPM Packages

node-xmpp : XMPP for JavaScript. You can installing node-xmpp 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 node-xmpp
$ sudo npm install -g node-xmpp

If want to update the node-xmpp package execute the command as below,

$ sudo npm update node-xmpp

Update package globally,

$ npm install -g node-xmpp

Git clone:

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

node-xmpp@1.1.0 /usr/lib/node_modules/node-xmpp

How to remove node-xmpp package :

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

$ sudo npm uninstall node-xmpp

Basic Information of node-xmpp NPM Package:

Package Name node-xmpp
Version 1.1.0
Description XMPP for JavaScript
Released Date 2017-03-03T19:44:59.318Z
Published by xmpp
How to Learn https://www.npmjs.com/package/node-xmpp/tutorial