rx : Library for composing asynchronous and event-based operations in JavaScript. You can installing rx 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 rx $ sudo npm install -g rx
If want to update the rx package execute the command as below,
$ sudo npm update rx
Update package globally,
$ npm install -g rx
$ sudo git clone https://github.com/rektide/rx.git
$ sudo npm install -g ./rx
rx@4.1.0 /usr/lib/node_modules/rx
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rx
| Package Name | rx |
| Version | 4.1.0 |
| Description | Library for composing asynchronous and event-based operations in JavaScript |
| Released Date | 2016-03-07T20:25:21.443Z |
| Published by | mattpodwysocki |
| How to Learn | https://www.npmjs.com/package/rx/tutorial |