How to Install sanitizer NPM Packages on Ubuntu / Debian

How to Install sanitizer software package in NPM Packages

sanitizer : Cajas HTML Sanitizer as a Node.js module. You can installing sanitizer 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 sanitizer
$ sudo npm install -g sanitizer

If want to update the sanitizer package execute the command as below,

$ sudo npm update sanitizer

Update package globally,

$ npm install -g sanitizer

Git clone:

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

sanitizer@0.1.3 /usr/lib/node_modules/sanitizer

How to remove sanitizer package :

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

$ sudo npm uninstall sanitizer

Basic Information of sanitizer NPM Package:

Package Name sanitizer
Version 0.1.3
Description Cajas HTML Sanitizer as a Node.js module
Released Date 2015-12-15T10:25:35.544Z
Published by thesmaw
How to Learn https://www.npmjs.com/package/sanitizer/tutorial