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
$ sudo git clone https://github.com/rektide/amqp.git
$ sudo npm install -g ./amqp
amqp@0.2.6 /usr/lib/node_modules/amqp
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall amqp
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 |