observable : A function as representation of a trackable mutable value.. You can installing observable 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 observable $ sudo npm install -g observable
If want to update the observable package execute the command as below,
$ sudo npm update observable
Update package globally,
$ npm install -g observable
$ sudo git clone https://github.com/rektide/observable.git
$ sudo npm install -g ./observable
observable@2.1.4 /usr/lib/node_modules/observable
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall observable
Package Name | observable |
Version | 2.1.4 |
Description | A function as representation of a trackable mutable value. |
Released Date | 2015-08-03T13:15:22.536Z |
Published by | dominictarr |
How to Learn | https://www.npmjs.com/package/observable/tutorial |