posthtml : HTML/XML processor. You can installing posthtml 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 posthtml $ sudo npm install -g posthtml
If want to update the posthtml package execute the command as below,
$ sudo npm update posthtml
Update package globally,
$ npm install -g posthtml
$ sudo git clone https://github.com/rektide/posthtml.git
$ sudo npm install -g ./posthtml
posthtml@0.10.1 /usr/lib/node_modules/posthtml
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall posthtml
| Package Name | posthtml |
| Version | 0.10.1 |
| Description | HTML/XML processor |
| Released Date | 2017-11-24T15:03:12.769Z |
| Published by | scrum |
| How to Learn | https://www.npmjs.com/package/posthtml/tutorial |