react-highlight : React component for syntax highlighting. You can installing react-highlight 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-highlight $ sudo npm install -g react-highlight
If want to update the react-highlight package execute the command as below,
$ sudo npm update react-highlight
Update package globally,
$ npm install -g react-highlight
$ sudo git clone https://github.com/rektide/react-highlight.git
$ sudo npm install -g ./react-highlight
react-highlight@0.10.0 /usr/lib/node_modules/react-highlight
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall react-highlight
| Package Name | react-highlight |
| Version | 0.10.0 |
| Description | React component for syntax highlighting |
| Released Date | 2017-05-04T13:38:52.943Z |
| Published by | akiran |
| How to Learn | https://www.npmjs.com/package/react-highlight/tutorial |