How to Install moment-timezone NPM Packages on Ubuntu / Debian

How to Install moment-timezone software package in NPM Packages

moment-timezone : Parse and display moments in any timezone.. You can installing moment-timezone 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 moment-timezone
$ sudo npm install -g moment-timezone

If want to update the moment-timezone package execute the command as below,

$ sudo npm update moment-timezone

Update package globally,

$ npm install -g moment-timezone

Git clone:

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

moment-timezone@0.5.14 /usr/lib/node_modules/moment-timezone

How to remove moment-timezone package :

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

$ sudo npm uninstall moment-timezone

Basic Information of moment-timezone NPM Package:

Package Name moment-timezone
Version 0.5.14
Description Parse and display moments in any timezone.
Released Date 2017-10-31T04:05:03.698Z
Published by mj1856
How to Learn https://www.npmjs.com/package/moment-timezone/tutorial