How to Install iconv-lite NPM Packages on Ubuntu / Debian

How to Install iconv-lite software package in NPM Packages

iconv-lite : Convert character encodings in pure javascript.. You can installing iconv-lite 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 iconv-lite
$ sudo npm install -g iconv-lite

If want to update the iconv-lite package execute the command as below,

$ sudo npm update iconv-lite

Update package globally,

$ npm install -g iconv-lite

Git clone:

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

iconv-lite@0.4.19 /usr/lib/node_modules/iconv-lite

How to remove iconv-lite package :

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

$ sudo npm uninstall iconv-lite

Basic Information of iconv-lite NPM Package:

Package Name iconv-lite
Version 0.4.19
Description Convert character encodings in pure javascript.
Released Date 2017-09-10T03:56:41.914Z
Published by ashtuchkin
How to Learn https://www.npmjs.com/package/iconv-lite/tutorial