remark : Markdown processor powered by plugins. You can installing remark 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 remark $ sudo npm install -g remark
If want to update the remark package execute the command as below,
$ sudo npm update remark
Update package globally,
$ npm install -g remark
$ sudo git clone https://github.com/rektide/remark.git
$ sudo npm install -g ./remark
remark@8.0.0 /usr/lib/node_modules/remark
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall remark
| Package Name | remark |
| Version | 8.0.0 |
| Description | Markdown processor powered by plugins |
| Released Date | 2017-07-20T19:56:00.612Z |
| Published by | wooorm |
| How to Learn | https://www.npmjs.com/package/remark/tutorial |