How to Install amqp NPM Packages on Ubuntu / Debian

How to Install amqp software package in NPM Packages

amqp : AMQP driver for node. You can installing amqp 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 amqp
$ sudo npm install -g amqp

If want to update the amqp package execute the command as below,

$ sudo npm update amqp

Update package globally,

$ npm install -g amqp

Git clone:

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

amqp@0.2.6 /usr/lib/node_modules/amqp

How to remove amqp package :

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

$ sudo npm uninstall amqp

Basic Information of amqp NPM Package:

Package Name amqp
Version 0.2.6
Description AMQP driver for node
Released Date 2016-06-03T13:40:18.370Z
Published by postwait
How to Learn https://www.npmjs.com/package/amqp/tutorial