ent : Encode and decode HTML entities. You can installing ent 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 ent $ sudo npm install -g ent
If want to update the ent package execute the command as below,
$ sudo npm update ent
Update package globally,
$ npm install -g ent
$ sudo git clone https://github.com/rektide/ent.git
$ sudo npm install -g ./ent
ent@2.2.0 /usr/lib/node_modules/ent
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ent
Package Name | ent |
Version | 2.2.0 |
Description | Encode and decode HTML entities |
Released Date | 2015-01-16T21:20:57.601Z |
Published by | tootallnate |
How to Learn | https://www.npmjs.com/package/ent/tutorial |