How to Install fp-ts NPM Packages on Ubuntu / Debian

How to Install fp-ts software package in NPM Packages

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

Git clone:

$ 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

How to remove fp-ts package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall fp-ts

Basic Information of fp-ts NPM Package:

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