encoding : Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed. You can installing encoding 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 encoding $ sudo npm install -g encoding
If want to update the encoding package execute the command as below,
$ sudo npm update encoding
Update package globally,
$ npm install -g encoding
$ sudo git clone https://github.com/rektide/encoding.git
$ sudo npm install -g ./encoding
encoding@0.1.12 /usr/lib/node_modules/encoding
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall encoding
Package Name | encoding |
Version | 0.1.12 |
Description | Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed |
Released Date | 2015-12-23T09:06:30.764Z |
Published by | andris |
How to Learn | https://www.npmjs.com/package/encoding/tutorial |