html-entities : Faster HTML entities encode/decode library.. You can installing html-entities 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 html-entities $ sudo npm install -g html-entities
If want to update the html-entities package execute the command as below,
$ sudo npm update html-entities
Update package globally,
$ npm install -g html-entities
$ sudo git clone https://github.com/rektide/html-entities.git
$ sudo npm install -g ./html-entities
html-entities@1.2.1 /usr/lib/node_modules/html-entities
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall html-entities
Package Name | html-entities |
Version | 1.2.1 |
Description | Faster HTML entities encode/decode library. |
Released Date | 2017-04-24T11:46:12.756Z |
Published by | mdevils |
How to Learn | https://www.npmjs.com/package/html-entities/tutorial |