chardet : Character detector. You can installing chardet 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 chardet $ sudo npm install -g chardet
If want to update the chardet package execute the command as below,
$ sudo npm update chardet
Update package globally,
$ npm install -g chardet
$ sudo git clone https://github.com/rektide/chardet.git
$ sudo npm install -g ./chardet
chardet@0.4.0 /usr/lib/node_modules/chardet
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall chardet
Package Name | chardet |
Version | 0.4.0 |
Description | Character detector |
Released Date | 2017-10-16T02:44:51.926Z |
Published by | runk |
How to Learn | https://www.npmjs.com/package/chardet/tutorial |