lcid : Mapping between standard locale identifiers and Windows locale identifiers (LCID). You can installing lcid 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 lcid $ sudo npm install -g lcid
If want to update the lcid package execute the command as below,
$ sudo npm update lcid
Update package globally,
$ npm install -g lcid
$ sudo git clone https://github.com/rektide/lcid.git
$ sudo npm install -g ./lcid
lcid@1.0.0 /usr/lib/node_modules/lcid
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall lcid
Package Name | lcid |
Version | 1.0.0 |
Description | Mapping between standard locale identifiers and Windows locale identifiers (LCID) |
Released Date | 2015-03-16T07:04:47.515Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/lcid/tutorial |