date-fns : Modern JavaScript date utility library. You can installing date-fns 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-fns $ sudo npm install -g date-fns
If want to update the date-fns package execute the command as below,
$ sudo npm update date-fns
Update package globally,
$ npm install -g date-fns
$ sudo git clone https://github.com/rektide/date-fns.git
$ sudo npm install -g ./date-fns
date-fns@1.29.0 /usr/lib/node_modules/date-fns
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall date-fns
Package Name | date-fns |
Version | 1.29.0 |
Description | Modern JavaScript date utility library |
Released Date | 2017-10-11T11:59:00.391Z |
Published by | kossnocorp |
How to Learn | https://www.npmjs.com/package/date-fns/tutorial |