How to Install ent NPM Packages on Ubuntu / Debian

How to Install ent software package in NPM Packages

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

Git clone:

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

ent@2.2.0 /usr/lib/node_modules/ent

How to remove ent package :

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

$ sudo npm uninstall ent

Basic Information of ent NPM Package:

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