rxjs : Reactive Extensions for modern JavaScript. You can installing rxjs 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 rxjs $ sudo npm install -g rxjs
If want to update the rxjs package execute the command as below,
$ sudo npm update rxjs
Update package globally,
$ npm install -g rxjs
$ sudo git clone https://github.com/rektide/rxjs.git
$ sudo npm install -g ./rxjs
rxjs@5.5.2 /usr/lib/node_modules/rxjs
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rxjs
| Package Name | rxjs |
| Version | 5.5.2 |
| Description | Reactive Extensions for modern JavaScript |
| Released Date | 2017-10-25T16:06:51.726Z |
| Published by | blesh |
| How to Learn | https://www.npmjs.com/package/rxjs/tutorial |