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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-gettext
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 |