highlight : Highlight code syntax with node.js. You can installing 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 highlight $ sudo npm install -g highlight
If want to update the highlight package execute the command as below,
$ sudo npm update highlight
Update package globally,
$ npm install -g highlight
$ sudo git clone https://github.com/rektide/highlight.git
$ sudo npm install -g ./highlight
highlight@0.2.4 /usr/lib/node_modules/highlight
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall highlight
Package Name | highlight |
Version | 0.2.4 |
Description | Highlight code syntax with node.js |
Released Date | 2015-09-11T12:52:11.884Z |
Published by | andris |
How to Learn | https://www.npmjs.com/package/highlight/tutorial |