sqs-consumer : Build SQS-based Node applications without the boilerplate. You can installing sqs-consumer 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 sqs-consumer $ sudo npm install -g sqs-consumer
If want to update the sqs-consumer package execute the command as below,
$ sudo npm update sqs-consumer
Update package globally,
$ npm install -g sqs-consumer
$ sudo git clone https://github.com/rektide/sqs-consumer.git
$ sudo npm install -g ./sqs-consumer
sqs-consumer@3.8.0 /usr/lib/node_modules/sqs-consumer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sqs-consumer
| Package Name | sqs-consumer |
| Version | 3.8.0 |
| Description | Build SQS-based Node applications without the boilerplate |
| Released Date | 2017-10-31T11:21:37.986Z |
| Published by | ibl |
| How to Learn | https://www.npmjs.com/package/sqs-consumer/tutorial |