How to Install fecha NPM Packages on Ubuntu / Debian

How to Install fecha software package in NPM Packages

fecha : Date formatting and parsing. You can installing fecha 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 fecha
$ sudo npm install -g fecha

If want to update the fecha package execute the command as below,

$ sudo npm update fecha

Update package globally,

$ npm install -g fecha

Git clone:

$ sudo  git clone https://github.com/rektide/fecha.git
$ sudo  npm install -g ./fecha

fecha@2.3.1 /usr/lib/node_modules/fecha

How to remove fecha package :

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

$ sudo npm uninstall fecha

Basic Information of fecha NPM Package:

Package Name fecha
Version 2.3.1
Description Date formatting and parsing
Released Date 2017-05-09T00:32:53.805Z
Published by taylorhakes
How to Learn https://www.npmjs.com/package/fecha/tutorial