rehype-parse : HTML parser for rehype. You can installing rehype-parse 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 rehype-parse $ sudo npm install -g rehype-parse
If want to update the rehype-parse package execute the command as below,
$ sudo npm update rehype-parse
Update package globally,
$ npm install -g rehype-parse
$ sudo git clone https://github.com/rektide/rehype-parse.git
$ sudo npm install -g ./rehype-parse
rehype-parse@4.0.0 /usr/lib/node_modules/rehype-parse
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall rehype-parse
| Package Name | rehype-parse |
| Version | 4.0.0 |
| Description | HTML parser for rehype |
| Released Date | 2017-06-18T09:53:50.908Z |
| Published by | wooorm |
| How to Learn | https://www.npmjs.com/package/rehype-parse/tutorial |