striptags : PHP strip_tags in Node.js. You can installing striptags 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 striptags $ sudo npm install -g striptags
If want to update the striptags package execute the command as below,
$ sudo npm update striptags
Update package globally,
$ npm install -g striptags
$ sudo git clone https://github.com/rektide/striptags.git
$ sudo npm install -g ./striptags
striptags@3.1.0 /usr/lib/node_modules/striptags
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall striptags
| Package Name | striptags |
| Version | 3.1.0 |
| Description | PHP strip_tags in Node.js |
| Released Date | 2017-08-26T04:00:35.466Z |
| Published by | ericnorris |
| How to Learn | https://www.npmjs.com/package/striptags/tutorial |