data.either : A monad for disjunctions. (e.g.: computations that may fail). You can installing data.either 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 data.either $ sudo npm install -g data.either
If want to update the data.either package execute the command as below,
$ sudo npm update data.either
Update package globally,
$ npm install -g data.either
$ sudo git clone https://github.com/rektide/data.either.git
$ sudo npm install -g ./data.either
data.either@1.5.1 /usr/lib/node_modules/data.either
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall data.either
Package Name | data.either |
Version | 1.5.1 |
Description | A monad for disjunctions. (e.g.: computations that may fail) |
Released Date | 2017-05-26T23:31:06.809Z |
Published by | robotlolita |
How to Learn | https://www.npmjs.com/package/data.either/tutorial |