is-utf8 : Detect if a buffer is utf8 encoded.. You can installing is-utf8 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 is-utf8 $ sudo npm install -g is-utf8
If want to update the is-utf8 package execute the command as below,
$ sudo npm update is-utf8
Update package globally,
$ npm install -g is-utf8
$ sudo git clone https://github.com/rektide/is-utf8.git
$ sudo npm install -g ./is-utf8
is-utf8@0.2.1 /usr/lib/node_modules/is-utf8
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall is-utf8
Package Name | is-utf8 |
Version | 0.2.1 |
Description | Detect if a buffer is utf8 encoded. |
Released Date | 2015-12-19T04:04:22.462Z |
Published by | wayfind |
How to Learn | https://www.npmjs.com/package/is-utf8/tutorial |