How to Install entities NPM Packages on Ubuntu / Debian

How to Install entities software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/entities.git
$ sudo  npm install -g ./entities

entities@1.1.1 /usr/lib/node_modules/entities

How to remove entities package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall entities

Basic Information of entities NPM Package:

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