How to Install lcid NPM Packages on Ubuntu / Debian

How to Install lcid software package in NPM Packages

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

Git clone:

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

lcid@1.0.0 /usr/lib/node_modules/lcid

How to remove lcid package :

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

$ sudo npm uninstall lcid

Basic Information of lcid NPM Package:

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