locale : Browser locale negotiation for node.js. You can installing locale 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 locale $ sudo npm install -g locale
If want to update the locale package execute the command as below,
$ sudo npm update locale
Update package globally,
$ npm install -g locale
$ sudo git clone https://github.com/rektide/locale.git
$ sudo npm install -g ./locale
locale@0.1.0 /usr/lib/node_modules/locale
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall locale
Package Name | locale |
Version | 0.1.0 |
Description | Browser locale negotiation for node.js |
Released Date | 2016-06-18T21:22:37.553Z |
Published by | florrain |
How to Learn | https://www.npmjs.com/package/locale/tutorial |