charset : Get the content charset from header and html content-type.. You can installing charset 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 charset $ sudo npm install -g charset
If want to update the charset package execute the command as below,
$ sudo npm update charset
Update package globally,
$ npm install -g charset
$ sudo git clone https://github.com/rektide/charset.git
$ sudo npm install -g ./charset
charset@1.0.1 /usr/lib/node_modules/charset
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall charset
Package Name | charset |
Version | 1.0.1 |
Description | Get the content charset from header and html content-type. |
Released Date | 2017-09-07T03:00:30.260Z |
Published by | fengmk2 |
How to Learn | https://www.npmjs.com/package/charset/tutorial |