How to Install date.js NPM Packages on Ubuntu / Debian

How to Install date.js software package in NPM Packages

date.js : dates for humans. You can installing date.js 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 date.js
$ sudo npm install -g date.js

If want to update the date.js package execute the command as below,

$ sudo npm update date.js

Update package globally,

$ npm install -g date.js

Git clone:

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

date.js@0.3.2 /usr/lib/node_modules/date.js

How to remove date.js package :

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

$ sudo npm uninstall date.js

Basic Information of date.js NPM Package:

Package Name date.js
Version 0.3.2
Description dates for humans
Released Date 2017-10-17T12:24:03.358Z
Published by mattmueller
How to Learn https://www.npmjs.com/package/date.js/tutorial