How to Install node-prismjs NPM Packages on Ubuntu / Debian

How to Install node-prismjs software package in NPM Packages

node-prismjs : An adapter which make it easier to use Prism in Node.js.. You can installing node-prismjs 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 node-prismjs
$ sudo npm install -g node-prismjs

If want to update the node-prismjs package execute the command as below,

$ sudo npm update node-prismjs

Update package globally,

$ npm install -g node-prismjs

Git clone:

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

node-prismjs@0.1.1 /usr/lib/node_modules/node-prismjs

How to remove node-prismjs package :

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

$ sudo npm uninstall node-prismjs

Basic Information of node-prismjs NPM Package:

Package Name node-prismjs
Version 0.1.1
Description An adapter which make it easier to use Prism in Node.js.
Released Date 2017-09-11T01:39:41.116Z
Published by benjycui
How to Learn https://www.npmjs.com/package/node-prismjs/tutorial