sqs : A message queue using Amazon Simple Queue Service.. You can installing sqs 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 $ sudo npm install -g sqs
If want to update the sqs package execute the command as below,
$ sudo npm update sqs
Update package globally,
$ npm install -g sqs
$ sudo git clone https://github.com/rektide/sqs.git
$ sudo npm install -g ./sqs
sqs@2.0.2 /usr/lib/node_modules/sqs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sqs
| Package Name | sqs |
| Version | 2.0.2 |
| Description | A message queue using Amazon Simple Queue Service. |
| Released Date | 2016-11-01T16:16:51.755Z |
| Published by | mafintosh |
| How to Learn | https://www.npmjs.com/package/sqs/tutorial |