mdast-util-to-hast : Transform MDAST to HAST. You can installing mdast-util-to-hast 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 mdast-util-to-hast $ sudo npm install -g mdast-util-to-hast
If want to update the mdast-util-to-hast package execute the command as below,
$ sudo npm update mdast-util-to-hast
Update package globally,
$ npm install -g mdast-util-to-hast
$ sudo git clone https://github.com/rektide/mdast-util-to-hast.git
$ sudo npm install -g ./mdast-util-to-hast
mdast-util-to-hast@2.5.0 /usr/lib/node_modules/mdast-util-to-hast
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall mdast-util-to-hast
Package Name | mdast-util-to-hast |
Version | 2.5.0 |
Description | Transform MDAST to HAST |
Released Date | 2017-10-10T15:27:29.344Z |
Published by | wooorm |
How to Learn | https://www.npmjs.com/package/mdast-util-to-hast/tutorial |