parse5 : HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.. You can installing parse5 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 parse5 $ sudo npm install -g parse5
If want to update the parse5 package execute the command as below,
$ sudo npm update parse5
Update package globally,
$ npm install -g parse5
$ sudo git clone https://github.com/rektide/parse5.git
$ sudo npm install -g ./parse5
parse5@3.0.3 /usr/lib/node_modules/parse5
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall parse5
| Package Name | parse5 |
| Version | 3.0.3 |
| Description | HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant. |
| Released Date | 2017-11-05T01:03:43.353Z |
| Published by | inikulin |
| How to Learn | https://www.npmjs.com/package/parse5/tutorial |