How to Install highlight NPM Packages on Ubuntu / Debian

How to Install highlight software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/highlight.git
$ sudo  npm install -g ./highlight

highlight@0.2.4 /usr/lib/node_modules/highlight

How to remove highlight package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall highlight

Basic Information of highlight NPM Package:

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