mobx : Simple, scalable state management.. You can installing mobx 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 mobx $ sudo npm install -g mobx
If want to update the mobx package execute the command as below,
$ sudo npm update mobx
Update package globally,
$ npm install -g mobx
$ sudo git clone https://github.com/rektide/mobx.git
$ sudo npm install -g ./mobx
mobx@3.3.2 /usr/lib/node_modules/mobx
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mobx
| Package Name | mobx |
| Version | 3.3.2 |
| Description | Simple, scalable state management. |
| Released Date | 2017-11-23T10:05:09.817Z |
| Published by | mweststrate |
| How to Learn | https://www.npmjs.com/package/mobx/tutorial |