iconv : Text recoding in JavaScript for fun and profit!. You can installing iconv 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 $ sudo npm install -g iconv
If want to update the iconv package execute the command as below,
$ sudo npm update iconv
Update package globally,
$ npm install -g iconv
$ sudo git clone https://github.com/rektide/iconv.git
$ sudo npm install -g ./iconv
iconv@2.3.0 /usr/lib/node_modules/iconv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall iconv
Package Name | iconv |
Version | 2.3.0 |
Description | Text recoding in JavaScript for fun and profit! |
Released Date | 2017-06-25T22:28:50.614Z |
Published by | bnoordhuis |
How to Learn | https://www.npmjs.com/package/iconv/tutorial |