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