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

How to Install node-markdown software package in NPM Packages

node-markdown : Parse Markdown syntax with node.js. You can installing node-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 node-markdown
$ sudo npm install -g node-markdown

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

$ sudo npm update node-markdown

Update package globally,

$ npm install -g node-markdown

Git clone:

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

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

How to remove node-markdown package :

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

$ sudo npm uninstall node-markdown

Basic Information of node-markdown NPM Package:

Package Name node-markdown
Version 0.1.1
Description Parse Markdown syntax with node.js
Released Date 2012-07-22T18:20:54.253Z
Published by andris
How to Learn https://www.npmjs.com/package/node-markdown/tutorial