entities : Encode & decode XML/HTML entities with ease. You can installing 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 entities $ sudo npm install -g entities
If want to update the entities package execute the command as below,
$ sudo npm update entities
Update package globally,
$ npm install -g entities
$ sudo git clone https://github.com/rektide/entities.git
$ sudo npm install -g ./entities
entities@1.1.1 /usr/lib/node_modules/entities
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall entities
Package Name | entities |
Version | 1.1.1 |
Description | Encode & decode XML/HTML entities with ease |
Released Date | 2014-04-15T12:30:05.256Z |
Published by | feedic |
How to Learn | https://www.npmjs.com/package/entities/tutorial |