react-markdown : Renders Markdown as React components. You can installing react-markdown 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 react-markdown $ sudo npm install -g react-markdown
If want to update the react-markdown package execute the command as below,
$ sudo npm update react-markdown
Update package globally,
$ npm install -g react-markdown
$ sudo git clone https://github.com/rektide/react-markdown.git
$ sudo npm install -g ./react-markdown
react-markdown@3.0.2 /usr/lib/node_modules/react-markdown
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-markdown
| Package Name | react-markdown |
| Version | 3.0.2 |
| Description | Renders Markdown as React components |
| Released Date | 2017-11-23T22:25:51.887Z |
| Published by | rexxars |
| How to Learn | https://www.npmjs.com/package/react-markdown/tutorial |