fp-ts : Functional programming in TypeScript. You can installing fp-ts 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 fp-ts $ sudo npm install -g fp-ts
If want to update the fp-ts package execute the command as below,
$ sudo npm update fp-ts
Update package globally,
$ npm install -g fp-ts
$ sudo git clone https://github.com/rektide/fp-ts.git
$ sudo npm install -g ./fp-ts
fp-ts@0.6.3 /usr/lib/node_modules/fp-ts
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fp-ts
Package Name | fp-ts |
Version | 0.6.3 |
Description | Functional programming in TypeScript |
Released Date | 2017-11-14T17:12:14.856Z |
Published by | gcanti |
How to Learn | https://www.npmjs.com/package/fp-ts/tutorial |