How to Install node-gettext NPM Packages on Ubuntu / Debian

How to Install node-gettext software package in NPM Packages

node-gettext : A JavaScript implementation of gettext, a localization framework. You can installing node-gettext 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 node-gettext
$ sudo npm install -g node-gettext

If want to update the node-gettext package execute the command as below,

$ sudo npm update node-gettext

Update package globally,

$ npm install -g node-gettext

Git clone:

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

node-gettext@2.0.0 /usr/lib/node_modules/node-gettext

How to remove node-gettext package :

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

$ sudo npm uninstall node-gettext

Basic Information of node-gettext NPM Package:

Package Name node-gettext
Version 2.0.0
Description A JavaScript implementation of gettext, a localization framework
Released Date 2017-04-26T14:19:28.514Z
Published by alexander_wallin
How to Learn https://www.npmjs.com/package/node-gettext/tutorial