zeromq : Prebuilt bindings for node.js to ZeroMQ. You can installing zeromq 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 zeromq $ sudo npm install -g zeromq
If want to update the zeromq package execute the command as below,
$ sudo npm update zeromq
Update package globally,
$ npm install -g zeromq
$ sudo git clone https://github.com/rektide/zeromq.git
$ sudo npm install -g ./zeromq
zeromq@4.6.0 /usr/lib/node_modules/zeromq
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall zeromq
| Package Name | zeromq |
| Version | 4.6.0 |
| Description | Prebuilt bindings for node.js to ZeroMQ |
| Released Date | 2017-09-03T23:04:52.568Z |
| Published by | lgeiger |
| How to Learn | https://www.npmjs.com/package/zeromq/tutorial |